pgsql/src/backend/rewrite rewriteManip.c - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/rewrite rewriteManip.c
Date
Msg-id 200101270144.f0R1iLD46033@hub.org
Whole thread Raw
List pgsql-committers
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.


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src include/miscadmin.h backend/utils/in ...
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/commands explain.c