]> granicus.if.org Git - postgresql/commit
Update sequence-related functions to new fmgr style. Remove downcasing,
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jun 2000 20:08:01 +0000 (20:08 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 11 Jun 2000 20:08:01 +0000 (20:08 +0000)
commit3477957b44baf2b53f95207ff8824a0361301a2e
treed3b15fe37f59cc4423a59a734d65dd48615fb265
parente9acba1aded0caf2f7e02e8f1bbb813207d8cc8d
Update sequence-related functions to new fmgr style.  Remove downcasing,
quote-stripping, and acl-checking tasks for these functions from the
parser, and do them at function execution time instead.  This fixes
the failure of pg_dump to produce correct output for nextval(Foo)
used in a rule, and also eliminates the restriction that the argument
of these functions must be a parse-time constant.
contrib/spi/autoinc.c
src/backend/commands/sequence.c
src/backend/parser/parse_func.c
src/include/catalog/pg_proc.h
src/include/commands/sequence.h
src/test/regress/regress.c