Обсуждение: pgsql: Revert "Fix permission tests for views/tables proven empty by co

Поиск
Список
Период
Сортировка

pgsql: Revert "Fix permission tests for views/tables proven empty by co

От
Tom Lane
Дата:
Revert "Fix permission tests for views/tables proven empty by constraint exclusion."

This reverts commit 15b0421002624919c62ae3c6574af2a8452bf6c4.  Per
complaint from Robert Haas, that patch caused crashes on appendrel
cases, and it didn't fix all forms of the problem anyway.  Consensus
is we'll leave this problem alone in the back branches, at least
for now.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3a33d5689b5e5c39afd68d2e32153c4e9d6a9a96

Modified Files
--------------
src/backend/optimizer/path/allpaths.c    |    4 +--
src/backend/optimizer/plan/createplan.c  |   54 ++++++++----------------------
src/test/regress/expected/privileges.out |    5 ---
src/test/regress/sql/privileges.sql      |    4 --
4 files changed, 15 insertions(+), 52 deletions(-)