pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2016-11-09
2016-11-09 14:51:56 by Stephen R. van den Berg <srb@cuci.nl>
5a4c0160bdb5a45eb07bd97e31aea7c5cac6965f (
4
lines) (+
2
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
pgsql: Small cosmetic change.
3:
* They are kept here to avoid circular references. */
-
#pragma dynamic_dot
-
+
//! The pgsql backend, shared between all connection instances. //! It runs even in non-callback mode in a separate thread and makes sure //! that communication with the database is real-time and event driven
16:
//! would be prudent not to block in these callbacks. #pike __REAL_VERSION__
+
#pragma dynamic_dot
#require constant(Thread.Thread) #include "pgsql.h"