diff options
Diffstat (limited to 'src/backend/parser/analyze.c')
-rw-r--r-- | src/backend/parser/analyze.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/parser/analyze.c b/src/backend/parser/analyze.c index c1f9d7be1d0..30a4c373ebe 100644 --- a/src/backend/parser/analyze.c +++ b/src/backend/parser/analyze.c @@ -3,10 +3,10 @@ * analyze.c * transform the parse tree into a query tree * - * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.c,v 1.176 2001/01/19 06:50:23 tgl Exp $ + * $Id: analyze.c,v 1.177 2001/01/24 19:43:00 momjian Exp $ * *------------------------------------------------------------------------- */ |