aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2009-11-21 05:44:12 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2009-11-21 05:44:12 +0000
commit1e925f49e7e885dbf3df81e275144b1e285acef6 (patch)
tree424368a8477f8e509e87ccc4e42194e52d4b9734 /src/backend/access/gist/gistvacuum.c
parent00d144ddabfe9ac04a7c5da83cbfe61b7c7786b0 (diff)
downloadpostgresql-1e925f49e7e885dbf3df81e275144b1e285acef6.tar.gz
postgresql-1e925f49e7e885dbf3df81e275144b1e285acef6.zip
Refactor ecpg grammar so that it uses the core grammar's unreserved_keyword
list, minus a few specific words that have to be treated specially. This replaces a hard-wired list of keywords that would have needed manual maintenance, and was not getting it. The 8.4 coding was already missing these words, causing ecpg to incorrectly treat them as reserved words: CALLED, CATALOG, DEFINER, ENUM, FOLLOWING, INVOKER, OPTIONS, PARTITION, PRECEDING, RANGE, SECURITY, SERVER, UNBOUNDED, WRAPPER. In HEAD we were additionally missing COMMENTS, FUNCTIONS, SEQUENCES, TABLES. Per gripe from Bosco Rama.
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions