From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert commit a5b652f3a0. |
Date: | 2020-02-03 03:48:10 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revert commit a5b652f3a0.
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/[email protected]
Branch
------
REL_11_STABLE
Modified Files
--------------
src/backend/commands/tablecmds.c | 70 +++++++++-----------------------
src/test/regress/expected/privileges.out | 21 ----------
src/test/regress/sql/privileges.sql | 14 -------
3 files changed, 19 insertions(+), 86 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2020-02-03 03:48:29 | pgsql: Revert commit de0177788b. |
Previous Message | Fujii Masao | 2020-02-03 03:47:39 | pgsql: Revert commit 4b96c03a0a. |