pgsql/src/backend/rewrite rewriteManip.c
Started by Tom Laneover 25 years ago1 messagescomitters
CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl@hub.org 01/01/26 20:44:20
Modified files:
src/backend/rewrite: rewriteManip.c
Log message:
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.