diff options
Diffstat (limited to 'src/test/examples/testlibpq.c')
| -rw-r--r-- | src/test/examples/testlibpq.c | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c index 97c1a1043e..9cc3f46326 100644 --- a/src/test/examples/testlibpq.c +++ b/src/test/examples/testlibpq.c @@ -16,22 +16,22 @@ exit_nicely(PGconn * conn) main() { - char *pghost, - *pgport, - *pgoptions, - *pgtty; - char *dbName; - int nFields; - int i, - j; + char *pghost, + *pgport, + *pgoptions, + *pgtty; + char *dbName; + int nFields; + int i, + j; #ifdef DEBUG - FILE *debug; + FILE *debug; #endif /* DEBUG */ - PGconn *conn; - PGresult *res; + PGconn *conn; + PGresult *res; /* * begin, by setting the parameters for a backend connection if the |
