diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-01-01 19:46:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-01-01 19:46:01 +0000 |
commit | 9098ab9e327c2e6b0fece9e550d7d93663c60ff5 (patch) | |
tree | b2228b5b8f5c6a2f019e5647ba8cf2b5425fc8fc /src/include/parser | |
parent | 44ede1072dfcdd4291225b55439a549c8a6cc2b7 (diff) | |
download | postgresql-9098ab9e327c2e6b0fece9e550d7d93663c60ff5.tar.gz postgresql-9098ab9e327c2e6b0fece9e550d7d93663c60ff5.zip |
Update copyrights in source tree to 2008.
Diffstat (limited to 'src/include/parser')
-rw-r--r-- | src/include/parser/analyze.h | 4 | ||||
-rw-r--r-- | src/include/parser/gramparse.h | 4 | ||||
-rw-r--r-- | src/include/parser/keywords.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_agg.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_clause.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_coerce.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_expr.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_func.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_node.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_oper.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_relation.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_target.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_type.h | 4 | ||||
-rw-r--r-- | src/include/parser/parse_utilcmd.h | 4 | ||||
-rw-r--r-- | src/include/parser/parser.h | 4 | ||||
-rw-r--r-- | src/include/parser/parsetree.h | 4 | ||||
-rw-r--r-- | src/include/parser/scansup.h | 4 |
17 files changed, 34 insertions, 34 deletions
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h index 5087d20a60a..eb491329426 100644 --- a/src/include/parser/analyze.h +++ b/src/include/parser/analyze.h @@ -4,10 +4,10 @@ * parse analysis for optimizable statements * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.37 2007/06/23 22:12:52 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.38 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index 34f47a9bea6..98128bb9388 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -4,10 +4,10 @@ * Declarations for routines exported from lexer and parser files. * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.39 2007/10/29 19:40:40 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.40 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h index 4cb37e5288d..717e20e7df4 100644 --- a/src/include/parser/keywords.h +++ b/src/include/parser/keywords.h @@ -4,10 +4,10 @@ * lexical token lookup for key words in PostgreSQL * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.23 2007/06/18 21:40:58 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.24 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_agg.h b/src/include/parser/parse_agg.h index 89c82e9e66d..bf3574e89fc 100644 --- a/src/include/parser/parse_agg.h +++ b/src/include/parser/parse_agg.h @@ -3,10 +3,10 @@ * parse_agg.h * handle aggregates in parser * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.35 2007/01/05 22:19:56 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.36 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h index 06309613682..f2a6bf01ba8 100644 --- a/src/include/parser/parse_clause.h +++ b/src/include/parser/parse_clause.h @@ -4,10 +4,10 @@ * handle clauses in parser * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.48 2007/01/09 02:14:15 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.49 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h index 73a787e6f5d..c5b2b48ec3b 100644 --- a/src/include/parser/parse_coerce.h +++ b/src/include/parser/parse_coerce.h @@ -4,10 +4,10 @@ * Routines for type coercion. * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.73 2007/11/15 22:25:17 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.74 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h index 39e080766dc..6e70583ba02 100644 --- a/src/include/parser/parse_expr.h +++ b/src/include/parser/parse_expr.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.37 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.38 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index 0af06822d3a..3635f2eede4 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.h @@ -4,10 +4,10 @@ * * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.58 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.59 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h index a1d84801fc5..bf77ced3286 100644 --- a/src/include/parser/parse_node.h +++ b/src/include/parser/parse_node.h @@ -4,10 +4,10 @@ * Internal definitions for parser * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.52 2007/06/23 22:12:52 tgl Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.53 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h index d34cdcb6731..f0ec2d1f088 100644 --- a/src/include/parser/parse_oper.h +++ b/src/include/parser/parse_oper.h @@ -4,10 +4,10 @@ * handle operator things for parser * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.41 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.42 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h index fccdd0a3a22..04889541e70 100644 --- a/src/include/parser/parse_relation.h +++ b/src/include/parser/parse_relation.h @@ -4,10 +4,10 @@ * prototypes for parse_relation.c. * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.56 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.57 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h index e6ea0249123..1bae556735b 100644 --- a/src/include/parser/parse_target.h +++ b/src/include/parser/parse_target.h @@ -4,10 +4,10 @@ * handle target lists * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.42 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.43 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h index 2e3ff74a85c..c1a5fc54a4f 100644 --- a/src/include/parser/parse_type.h +++ b/src/include/parser/parse_type.h @@ -3,10 +3,10 @@ * parse_type.h * handle type operations for parser * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.38 2007/11/15 21:14:44 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.39 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_utilcmd.h b/src/include/parser/parse_utilcmd.h index eee0785056c..517e9869a7f 100644 --- a/src/include/parser/parse_utilcmd.h +++ b/src/include/parser/parse_utilcmd.h @@ -4,10 +4,10 @@ * parse analysis for utility commands * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parse_utilcmd.h,v 1.2 2007/11/15 21:14:44 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parse_utilcmd.h,v 1.3 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h index 4b5571d27c9..3389f88693d 100644 --- a/src/include/parser/parser.h +++ b/src/include/parser/parser.h @@ -4,10 +4,10 @@ * Definitions for the "raw" parser (lex and yacc phases only) * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.21 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.22 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h index 51e25872238..2b7d6b2f3d8 100644 --- a/src/include/parser/parsetree.h +++ b/src/include/parser/parsetree.h @@ -5,10 +5,10 @@ * parse trees. * * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.35 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.36 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h index 0af80b232bb..29da736190c 100644 --- a/src/include/parser/scansup.h +++ b/src/include/parser/scansup.h @@ -4,10 +4,10 @@ * scanner support routines. used by both the bootstrap lexer * as well as the normal lexer * - * Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.21 2007/01/05 22:19:57 momjian Exp $ + * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.22 2008/01/01 19:45:58 momjian Exp $ * *------------------------------------------------------------------------- */ |