pgsql: Revert commit 928e755d22.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert commit 928e755d22.
Date: 2020-02-03 03:47:18
Message-ID: E1iyShi-0004Ex-VK@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert commit 928e755d22.

This commit reverts the fix "Make inherited TRUNCATE perform access
permission checks on parent table only" only in the back branches.

It's not hard to imagine that there are some applications expecting
the old behavior and the fix breaks their security. To avoid this
compatibility problem, we decided to apply the fix only in HEAD and
revert it in all supported back branches.

Discussion: https://postgr.es/m/21015.1580400165@sss.pgh.pa.us

Branch
------
REL9_6_STABLE

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

Modified Files
--------------
src/backend/commands/tablecmds.c | 67 +++++++++-----------------------
src/test/regress/expected/privileges.out | 21 ----------
src/test/regress/sql/privileges.sql | 14 -------
3 files changed, 18 insertions(+), 84 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-02-03 03:47:39 pgsql: Revert commit 4b96c03a0a.
Previous Message Fujii Masao 2020-02-03 03:46:20 pgsql: Revert commit 606f350de9.