summaryrefslogtreecommitdiff
path: root/src/test/examples
diff options
context:
space:
mode:
authorBruce Momjian1999-02-13 23:22:53 +0000
committerBruce Momjian1999-02-13 23:22:53 +0000
commit6724a5078748946b8150700125571b6ea62feca8 (patch)
treea7b3f2cf82f0bdb7cf836d1d4614a0e3b32df954 /src/test/examples
parent8c3fff7337b6389b00e8dda03a079605ee102f1b (diff)
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/test/examples')
-rw-r--r--src/test/examples/testlo.c4
-rw-r--r--src/test/examples/testlo2.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/test/examples/testlo.c b/src/test/examples/testlo.c
index 73841d47782..c8cf9b469f8 100644
--- a/src/test/examples/testlo.c
+++ b/src/test/examples/testlo.c
@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
- * testlo.c--
+ * testlo.c
* test using large objects with libpq
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.9 1998/06/15 19:30:31 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/test/examples/testlo.c,v 1.10 1999/02/13 23:22:45 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/test/examples/testlo2.c b/src/test/examples/testlo2.c
index b00ee9c5099..eaa19229e71 100644
--- a/src/test/examples/testlo2.c
+++ b/src/test/examples/testlo2.c
@@ -1,13 +1,13 @@
/*-------------------------------------------------------------------------
*
- * lotest.c--
+ * lotest.c
* test using large objects with libpq
*
* Copyright (c) 1994, Regents of the University of California
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/test/examples/Attic/testlo2.c,v 1.8 1998/06/15 19:30:31 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/test/examples/Attic/testlo2.c,v 1.9 1999/02/13 23:22:46 momjian Exp $
*
*-------------------------------------------------------------------------
*/