From 6724a5078748946b8150700125571b6ea62feca8 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 13 Feb 1999 23:22:53 +0000 Subject: Change my-function-name-- to my_function_name, and optimizer renames. --- src/backend/tcop/postgres.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/tcop/postgres.c') diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index 961c76ccba6..059772767f9 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * postgres.c-- + * postgres.c * POSTGRES C Backend Interface * * Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.98 1999/02/02 03:44:51 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.99 1999/02/13 23:18:45 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -1538,7 +1538,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.98 $ $Date: 1999/02/02 03:44:51 $\n"); + puts("$Revision: 1.99 $ $Date: 1999/02/13 23:18:45 $\n"); } /* ---------------- -- cgit v1.2.3