pgsql: Revert "Forbid DROP SCHEMA on temporary namespaces"

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Forbid DROP SCHEMA on temporary namespaces"
Date: 2020-01-08 01:37:51
Message-ID: E1ip0IB-0004xZ-Kn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Forbid DROP SCHEMA on temporary namespaces"

This reverts commit a052f6c, following complains from Robert Haas and
Tom Lane. Backpatch down to 9.4, like the previous commit.

Discussion: https://postgr.es/m/CA+TgmobL4npEX5=E5h=5Jm_9mZun3MT39Kq2suJFVeamc9skSQ@mail.gmail.com
Backpatch-through: 9.4

Branch
------
REL9_4_STABLE

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

Modified Files
--------------
src/backend/commands/dropcmds.c | 16 ----------------
1 file changed, 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-01-08 01:58:44 Re: pgsql: pg_stat_activity: show NULL stmt start time for walsenders
Previous Message Michael Paquier 2020-01-08 01:03:39 pgsql: Remove dependency to system calls for memory allocation in refin