pgsql: Revert "Propagate CTE property flags when copying a CTE list int

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Propagate CTE property flags when copying a CTE list int
Date: 2021-02-07 17:55:16
Message-ID: E1l8oHE-0000VL-Qo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Propagate CTE property flags when copying a CTE list into a rule."

This reverts commit ed290896335414c6c069b9ccae1f3dcdd2fac6ba and
equivalent back-branch commits. The issue is subtler than I thought,
and it's far from new, so just before a release deadline is no time
to be fooling with it. We'll consider what to do at a bit more
leisure.

Discussion: https://postgr.es/m/CAJcOf-fAdj=nDKMsRhQzndm-O13NY4dL6xGcEvdX5Xvbbi0V7g@mail.gmail.com

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/ac1df003f253cfeff700558a55274d709340f829

Modified Files
--------------
src/backend/rewrite/rewriteHandler.c | 6 ------
src/test/regress/expected/with.out | 27 ---------------------------
src/test/regress/sql/with.sql | 16 ----------------
3 files changed, 49 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2021-02-07 18:11:53 pgsql: Rename removable xid function for consistency.
Previous Message Tatsuo Ishii 2021-02-07 04:52:59 pgsql: Docs: fix pg_wal_lsn_diff manual.