diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-22 00:29:29 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-22 00:29:29 +0000 |
| commit | e92dc1e19934cf11d9ab551979700ac64a4165d8 (patch) | |
| tree | f0dede2756772f046c73eee859f0d992282760c3 /src/test/examples/testlibpq4.c | |
| parent | 21e0b7b8f2bc6933ed3e75c36dbafcfa9b9b30e3 (diff) | |
| download | postgresql-e92dc1e19934cf11d9ab551979700ac64a4165d8.tar.gz | |
Bring the libpq example programs into the 21st century.
Diffstat (limited to 'src/test/examples/testlibpq4.c')
| -rw-r--r-- | src/test/examples/testlibpq4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/examples/testlibpq4.c b/src/test/examples/testlibpq4.c index e497e7a8fb..6fa167e3b1 100644 --- a/src/test/examples/testlibpq4.c +++ b/src/test/examples/testlibpq4.c @@ -1,11 +1,11 @@ /* * testlibpq4.c - * this test programs shows to use LIBPQ to make multiple backend + * this test program shows to use LIBPQ to make multiple backend * connections * - * */ #include <stdio.h> +#include <stdlib.h> #include "libpq-fe.h" static void |
