diff options
| author | Neil Conway <neilc@samurai.com> | 2004-09-22 05:12:45 +0000 |
|---|---|---|
| committer | Neil Conway <neilc@samurai.com> | 2004-09-22 05:12:45 +0000 |
| commit | b84788debc08f64a0cb75cbb1059a6b222c51490 (patch) | |
| tree | 49d6cafca4700c3efc214f45d0932309c76be641 /src/test/examples/testlibpq.c | |
| parent | a94edb4c7b9daa655b53c10b32bbb3dd69a6ccc1 (diff) | |
| download | postgresql-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.c | 2 |
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> |
