diff options
| author | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-02-13 23:22:53 +0000 |
| commit | 6724a5078748946b8150700125571b6ea62feca8 (patch) | |
| tree | a7b3f2cf82f0bdb7cf836d1d4614a0e3b32df954 /src/include/parser | |
| parent | 8c3fff7337b6389b00e8dda03a079605ee102f1b (diff) | |
Change my-function-name-- to my_function_name, and optimizer renames.
Diffstat (limited to 'src/include/parser')
| -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_func.h | 4 | ||||
| -rw-r--r-- | src/include/parser/parse_oper.h | 4 | ||||
| -rw-r--r-- | src/include/parser/parse_relation.h | 6 | ||||
| -rw-r--r-- | src/include/parser/parsetree.h | 4 | ||||
| -rw-r--r-- | src/include/parser/scansup.h | 4 |
7 files changed, 15 insertions, 15 deletions
diff --git a/src/include/parser/gramparse.h b/src/include/parser/gramparse.h index cdf11cc1742..6af8242e965 100644 --- a/src/include/parser/gramparse.h +++ b/src/include/parser/gramparse.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * gramparse.h-- + * gramparse.h * scanner support routines. used by both the bootstrap lexer * as well as the normal lexer * * Copyright (c) 1994, Regents of the University of California * - * $Id: gramparse.h,v 1.8 1998/09/01 04:37:27 momjian Exp $ + * $Id: gramparse.h,v 1.9 1999/02/13 23:21:55 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/keywords.h b/src/include/parser/keywords.h index 437cf694895..1b761daf5d0 100644 --- a/src/include/parser/keywords.h +++ b/src/include/parser/keywords.h @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * keywords.h-- + * keywords.h * string,atom lookup thingy, reduces strcmp traffic greatly * in the bowels of the system. Look for actual defs in lib/C/atoms.c * * * Copyright (c) 1994, Regents of the University of California * - * $Id: keywords.h,v 1.5 1998/09/01 04:37:28 momjian Exp $ + * $Id: keywords.h,v 1.6 1999/02/13 23:21:55 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_func.h b/src/include/parser/parse_func.h index e5cf03d6b3b..e21c2e6c06a 100644 --- a/src/include/parser/parse_func.h +++ b/src/include/parser/parse_func.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * parse_func.h-- + * parse_func.h * * * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_func.h,v 1.13 1998/12/08 06:18:27 thomas Exp $ + * $Id: parse_func.h,v 1.14 1999/02/13 23:21:57 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_oper.h b/src/include/parser/parse_oper.h index 56d43b8b11e..0c54a55326f 100644 --- a/src/include/parser/parse_oper.h +++ b/src/include/parser/parse_oper.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * catalog_utils.h-- + * catalog_utils.h * * * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_oper.h,v 1.6 1998/09/01 04:37:37 momjian Exp $ + * $Id: parse_oper.h,v 1.7 1999/02/13 23:21:57 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parse_relation.h b/src/include/parser/parse_relation.h index dc227ba5d8b..5240dcc28d9 100644 --- a/src/include/parser/parse_relation.h +++ b/src/include/parser/parse_relation.h @@ -1,12 +1,12 @@ - /*------------------------------------------------------------------------- +/*------------------------------------------------------------------------- * - * parse_query.h-- + * parse_query.h * prototypes for parse_query.c. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: parse_relation.h,v 1.8 1998/09/01 04:37:38 momjian Exp $ + * $Id: parse_relation.h,v 1.9 1999/02/13 23:21:57 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/parsetree.h b/src/include/parser/parsetree.h index b82fe31e70f..a28520ff934 100644 --- a/src/include/parser/parsetree.h +++ b/src/include/parser/parsetree.h @@ -1,13 +1,13 @@ /*------------------------------------------------------------------------- * - * parsetree.h-- + * parsetree.h * Routines to access various components and subcomponents of * parse trees. * * * Copyright (c) 1994, Regents of the University of California * - * $Id: parsetree.h,v 1.5 1998/09/01 04:37:43 momjian Exp $ + * $Id: parsetree.h,v 1.6 1999/02/13 23:21:57 momjian Exp $ * *------------------------------------------------------------------------- */ diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h index 3bc0ba46db3..82b80df1586 100644 --- a/src/include/parser/scansup.h +++ b/src/include/parser/scansup.h @@ -1,12 +1,12 @@ /*------------------------------------------------------------------------- * - * scansup.h-- + * scansup.h * scanner support routines. used by both the bootstrap lexer * as well as the normal lexer * * Copyright (c) 1994, Regents of the University of California * - * $Id: scansup.h,v 1.5 1998/09/01 04:37:44 momjian Exp $ + * $Id: scansup.h,v 1.6 1999/02/13 23:21:57 momjian Exp $ * *------------------------------------------------------------------------- */ |
