File tree 4 files changed +10
-7
lines changed
4 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/backend/parser/keywords.c,v 1.211 2009/03/07 00:13:57 alvherre Exp $
12
+ * $PostgreSQL: pgsql/src/backend/parser/keywords.c,v 1.212 2009/03/08 16:53:30 alvherre Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -27,5 +27,5 @@ const ScanKeyword ScanKeywords[] = {
27
27
#include "parser/kwlist.h"
28
28
};
29
29
30
- /* End of ScanKeywords, for use elsewhere */
30
+ /* End of ScanKeywords, for use in kwlookup.c and elsewhere */
31
31
const ScanKeyword * LastScanKeyword = endof (ScanKeywords );
Original file line number Diff line number Diff line change 6
6
* NB - this file is also used by ECPG and several frontend programs in
7
7
* src/bin/ including pg_dump and psql
8
8
*
9
+ * Note that this file expects that the ScanKeywords array is defined
10
+ * and that LastScanKeyword points to its element one past the last.
11
+ *
9
12
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
10
13
* Portions Copyright (c) 1994, Regents of the University of California
11
14
*
12
15
*
13
16
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/backend/parser/kwlookup.c,v 2.1 2009/03/07 00:13:58 alvherre Exp $
17
+ * $PostgreSQL: pgsql/src/backend/parser/kwlookup.c,v 2.2 2009/03/08 16:53:30 alvherre Exp $
15
18
*
16
19
*-------------------------------------------------------------------------
17
20
*/
Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/bin/pg_dump/keywords.c,v 1.1 2009/03/07 00:13:58 alvherre Exp $
12
+ * $PostgreSQL: pgsql/src/bin/pg_dump/keywords.c,v 1.2 2009/03/08 16:53:30 alvherre Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -27,5 +27,5 @@ const ScanKeyword ScanKeywords[] = {
27
27
#include "parser/kwlist.h"
28
28
};
29
29
30
- /* End of ScanKeywords, for use elsewhere */
30
+ /* End of ScanKeywords, for use in kwlookup.c */
31
31
const ScanKeyword * LastScanKeyword = endof (ScanKeywords );
Original file line number Diff line number Diff line change 9
9
*
10
10
*
11
11
* IDENTIFICATION
12
- * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.87 2009/03/07 00:13:58 alvherre Exp $
12
+ * $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/keywords.c,v 1.88 2009/03/08 16:53:30 alvherre Exp $
13
13
*
14
14
*-------------------------------------------------------------------------
15
15
*/
@@ -26,5 +26,5 @@ const ScanKeyword ScanKeywords[] = {
26
26
#include "parser/kwlist.h"
27
27
};
28
28
29
- /* End of ScanKeywords, for use elsewhere */
29
+ /* End of ScanKeywords, for use in kwlookup.c */
30
30
const ScanKeyword * LastScanKeyword = endof (ScanKeywords );
You can’t perform that action at this time.
0 commit comments