summaryrefslogtreecommitdiff
path: root/src/test/examples/testlibpq.c
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2004-09-22 05:12:45 +0000
committerNeil Conway <neilc@samurai.com>2004-09-22 05:12:45 +0000
commitb84788debc08f64a0cb75cbb1059a6b222c51490 (patch)
tree49d6cafca4700c3efc214f45d0932309c76be641 /src/test/examples/testlibpq.c
parenta94edb4c7b9daa655b53c10b32bbb3dd69a6ccc1 (diff)
downloadpostgresql-b84788debc08f64a0cb75cbb1059a6b222c51490.tar.gz
Minor cleanup of libpq/LO examples: fix some memory leaks, update a comment
or two.
Diffstat (limited to 'src/test/examples/testlibpq.c')
-rw-r--r--src/test/examples/testlibpq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c
index 1f447b33c3..f650118a29 100644
--- a/src/test/examples/testlibpq.c
+++ b/src/test/examples/testlibpq.c
@@ -1,7 +1,7 @@
/*
* testlibpq.c
*
- * Test the C version of LIBPQ, the POSTGRES frontend library.
+ * Test the C version of libpq, the PostgreSQL frontend library.
*/
#include <stdio.h>
#include <stdlib.h>