summaryrefslogtreecommitdiffstats
path: root/server/parser/pgsql.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2009-10-23 11:20:44 +0200
committerDavid Sommerseth <davids@redhat.com>2009-10-23 11:20:44 +0200
commit3caeccaa14117297da8bfd7827ea64101fec8ca9 (patch)
tree9da906d902e84976b06b2e11b81b8d923bbfde6a /server/parser/pgsql.h
parentefc93981add4c48fd2c0fc6343f78ed8c92b7617 (diff)
Added db_ping() function and made db_wait_notification() more solid
Diffstat (limited to 'server/parser/pgsql.h')
-rw-r--r--server/parser/pgsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/parser/pgsql.h b/server/parser/pgsql.h
index efae34b..e40b7d2 100644
--- a/server/parser/pgsql.h
+++ b/server/parser/pgsql.h
@@ -43,6 +43,7 @@ typedef struct {
/* Generic database function */
dbconn *db_connect(eurephiaVALUES *cfg, unsigned int id, LogContext *log);
+int db_ping(dbconn *dbc);
void db_disconnect(dbconn *dbc);
int db_begin(dbconn *dbc);
int db_commit(dbconn *dbc);