pgsql/src/backend/rewrite rewriteManip.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/rewrite rewriteManip.c
Date: 2001-01-27 01:44:21
Message-ID: 200101270144.f0R1iLD46033@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-01-27 04:26:37 pgsql/src/test/regress resultmap
Previous Message Tom Lane 2001-01-27 01:41:19 pgsql/src/backend/commands explain.c