aboutsummaryrefslogtreecommitdiff
path: root/contrib/pginterface/pginterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/pginterface/pginterface.h')
-rw-r--r--contrib/pginterface/pginterface.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/pginterface/pginterface.h b/contrib/pginterface/pginterface.h
index 7e9cbdb5eb8..65894eae34e 100644
--- a/contrib/pginterface/pginterface.h
+++ b/contrib/pginterface/pginterface.h
@@ -3,12 +3,12 @@
*
*/
-PGresult *doquery(char *query);
-PGconn *connectdb();
-void disconnectdb();
-int fetch(void *param, ...);
-int fetchwithnulls(void *param, ...);
-void on_error_continue();
-void on_error_stop();
+PGresult *doquery(char *query);
+PGconn *connectdb();
+void disconnectdb();
+int fetch(void *param,...);
+int fetchwithnulls(void *param,...);
+void on_error_continue();
+void on_error_stop();
#define END_OF_TUPLES (-1)