summaryrefslogtreecommitdiff
path: root/src/include/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/parser')
-rw-r--r--src/include/parser/analyze.h4
-rw-r--r--src/include/parser/gramparse.h4
-rw-r--r--src/include/parser/keywords.h4
-rw-r--r--src/include/parser/parse_agg.h4
-rw-r--r--src/include/parser/parse_clause.h4
-rw-r--r--src/include/parser/parse_coerce.h4
-rw-r--r--src/include/parser/parse_expr.h4
-rw-r--r--src/include/parser/parse_func.h4
-rw-r--r--src/include/parser/parse_node.h4
-rw-r--r--src/include/parser/parse_oper.h4
-rw-r--r--src/include/parser/parse_relation.h4
-rw-r--r--src/include/parser/parse_target.h4
-rw-r--r--src/include/parser/parse_type.h4
-rw-r--r--src/include/parser/parser.h4
-rw-r--r--src/include/parser/parsetree.h4
-rw-r--r--src/include/parser/scansup.h4
16 files changed, 32 insertions, 32 deletions
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h
index 29784d041ea..5621b4435be 100644
--- a/src/include/parser/analyze.h
+++ b/src/include/parser/analyze.h
@@ -3,10 +3,10 @@
* analyze.h
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.27 2004/06/10 17:56:00 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/analyze.h,v 1.28 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h
index 4cf4cabda01..f8fa37aeb6b 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.29 2003/11/29 22:41:09 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/parser/gramparse.h,v 1.30 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h
index d456f5df85a..30bf7c84c8b 100644
--- a/src/include/parser/keywords.h
+++ b/src/include/parser/keywords.h
@@ -4,10 +4,10 @@
* lexical token lookup for reserved words in postgres SQL
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.18 2003/11/29 22:41:09 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/parser/keywords.h,v 1.19 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_agg.h b/src/include/parser/parse_agg.h
index 30b36a6c32c..5dfb96ea802 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.30 2003/11/29 22:41:09 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_agg.h,v 1.31 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_clause.h b/src/include/parser/parse_clause.h
index 923f2e23af4..c55ba381976 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.41 2004/05/23 17:10:54 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_clause.h,v 1.42 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_coerce.h b/src/include/parser/parse_coerce.h
index c1c83d514d9..02dc926588b 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.57 2004/06/16 01:26:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_coerce.h,v 1.58 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_expr.h b/src/include/parser/parse_expr.h
index a8be03a5349..f6bd36666bc 100644
--- a/src/include/parser/parse_expr.h
+++ b/src/include/parser/parse_expr.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.33 2004/03/24 22:40:29 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_expr.h,v 1.34 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h
index 62a9aded923..93c61d49a10 100644
--- a/src/include/parser/parse_func.h
+++ b/src/include/parser/parse_func.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.51 2003/11/29 22:41:09 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_func.h,v 1.52 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_node.h b/src/include/parser/parse_node.h
index de7b4766559..5e6227f506b 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.39 2004/06/09 19:08:19 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_node.h,v 1.40 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h
index f415f545cce..70f91124eba 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.34 2003/11/29 22:41:09 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_oper.h,v 1.35 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h
index afb6c6303d6..2540d1495e5 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.45 2004/08/19 20:57:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_relation.h,v 1.46 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_target.h b/src/include/parser/parse_target.h
index 59d6b2df7ba..e1cd2dcca55 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.32 2003/11/29 22:41:09 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_target.h,v 1.33 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parse_type.h b/src/include/parser/parse_type.h
index f0b7b31a568..440f7cfd4a0 100644
--- a/src/include/parser/parse_type.h
+++ b/src/include/parser/parse_type.h
@@ -4,10 +4,10 @@
*
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.27 2004/06/03 19:41:46 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parse_type.h,v 1.28 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parser.h b/src/include/parser/parser.h
index 36a000ea7e4..05f66f5ea27 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.17 2003/11/29 22:41:09 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parser.h,v 1.18 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h
index a972cd73312..f2e816ef99c 100644
--- a/src/include/parser/parsetree.h
+++ b/src/include/parser/parsetree.h
@@ -5,10 +5,10 @@
* parse trees.
*
*
- * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.26 2004/08/19 20:57:41 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/parsetree.h,v 1.27 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h
index d710c81060a..cc40d9acfb9 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-2003, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.15 2004/02/21 00:34:53 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/parser/scansup.h,v 1.16 2004/08/29 04:13:09 momjian Exp $
*
*-------------------------------------------------------------------------
*/