diff options
| author | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
| commit | 6724a5078748946b8150700125571b6ea62feca8 (patch) | |
| tree | a7b3f2cf82f0bdb7cf836d1d4614a0e3b32df954 /src/test/examples | |
| parent | 8c3fff7337b6389b00e8dda03a079605ee102f1b (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.c | 4 | ||||
| -rw-r--r-- | src/test/examples/testlo2.c | 4 |
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 $ * *------------------------------------------------------------------------- */ |
