]> granicus.if.org Git - postgresql/commit
Refuse to try to attach a condition to a NOTIFY or other utility statement,
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Jan 2001 01:44:20 +0000 (01:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 27 Jan 2001 01:44:20 +0000 (01:44 +0000)
commitc9c8d53d800d173961b7b56365f4e41dfeeff707
tree0be5adea1101e0095b7bcb584dbc4460c806f922
parentc1a63c944ddcafdd70c5175eb103b87bef93512c
Refuse to try to attach a condition to a NOTIFY or other utility statement,
rather than coredumping (as prior 7.1 code did) or silently dropping the
condition (as 7.0 did).  This is annoying but there doesn't seem to be
any good way to fix it, short of a major querytree restructuring.
src/backend/rewrite/rewriteManip.c