diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-01-26 05:58:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-01-26 05:58:53 +0000 |
commit | 5c25d60244d3a4b458ba55d4f1e50386edb26507 (patch) | |
tree | 6c2beaeecb0df307027b2621e83f6e85da2a5642 /src/backend/tcop/postgres.c | |
parent | b866d2e2d79416f8497e4dffa7e800298d018f6c (diff) | |
download | postgresql-5c25d60244d3a4b458ba55d4f1e50386edb26507.tar.gz postgresql-5c25d60244d3a4b458ba55d4f1e50386edb26507.zip |
Add:
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
to all files copyright Regents of Berkeley. Man, that's a lot of files.
Diffstat (limited to 'src/backend/tcop/postgres.c')
-rw-r--r-- | src/backend/tcop/postgres.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/backend/tcop/postgres.c b/src/backend/tcop/postgres.c index fb226fa41af..123d70af9b4 100644 --- a/src/backend/tcop/postgres.c +++ b/src/backend/tcop/postgres.c @@ -3,11 +3,12 @@ * postgres.c * POSTGRES C Backend Interface * - * Copyright (c) 1994, Regents of the University of California + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.140 2000/01/22 23:50:18 tgl Exp $ + * $Header: /cvsroot/pgsql/src/backend/tcop/postgres.c,v 1.141 2000/01/26 05:57:07 momjian Exp $ * * NOTES * this is the "main" module of the postgres backend and @@ -1515,7 +1516,7 @@ PostgresMain(int argc, char *argv[], int real_argc, char *real_argv[]) if (!IsUnderPostmaster) { puts("\nPOSTGRES backend interactive interface "); - puts("$Revision: 1.140 $ $Date: 2000/01/22 23:50:18 $\n"); + puts("$Revision: 1.141 $ $Date: 2000/01/26 05:57:07 $\n"); } /* |