pike.git
/
lib
/
modules
/
Sql.pmod
/
pgsql_util.pmod
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/lib/modules/Sql.pmod/pgsql_util.pmod:1:
/* * Some pgsql utility functions. * They are kept here to avoid circular references. */ #pike __REAL_VERSION__
+
#require constant(Thread.Thread)
#include "pgsql.h" //! //! The pgsql backend, shared between all connection instances. //! It even runs in non-callback mode. //! protected Thread.Mutex backendmux = Thread.Mutex(); final Pike.Backend local_backend = Pike.SmallBackend();