aboutsummaryrefslogtreecommitdiff
path: root/src/test/examples/testlibpq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/testlibpq.c')
-rw-r--r--src/test/examples/testlibpq.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/test/examples/testlibpq.c b/src/test/examples/testlibpq.c
index 20dfb7220d9..1f447b33c39 100644
--- a/src/test/examples/testlibpq.c
+++ b/src/test/examples/testlibpq.c
@@ -25,9 +25,9 @@ main(int argc, char **argv)
j;
/*
- * If the user supplies a parameter on the command line, use it as
- * the conninfo string; otherwise default to setting dbname=template1
- * and using environment variables or defaults for all other connection
+ * If the user supplies a parameter on the command line, use it as the
+ * conninfo string; otherwise default to setting dbname=template1 and
+ * using environment variables or defaults for all other connection
* parameters.
*/
if (argc > 1)
@@ -48,7 +48,7 @@ main(int argc, char **argv)
/*
* Our test case here involves using a cursor, for which we must be
- * inside a transaction block. We could do the whole thing with a
+ * inside a transaction block. We could do the whole thing with a
* single PQexec() of "select * from pg_database", but that's too
* trivial to make a good example.
*/