pgsql: Move privilege check to the right place

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Move privilege check to the right place
Дата
Msg-id E1qeClN-002nsn-Gt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move privilege check to the right place

Now that ATExecDropConstraint doesn't recurse anymore, so it's wrong to
test privileges "during recursion" there.  Move the check to
dropconstraint_internal, which is the place where recursion occurs.

In passing, remove now-useless 'recursing' argument to
ATExecDropConstraint.

Discussion: https://postgr.es/m/202309051744.y4mndw5gwzhh@alvherre.pgsql

Branch
------
master

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

Modified Files
--------------
src/backend/commands/tablecmds.c      | 18 ++++++++----------
src/test/regress/expected/inherit.out | 21 +++++++++++++++++++++
src/test/regress/sql/inherit.sql      | 21 +++++++++++++++++++++
3 files changed, 50 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Update information_schema definition for not-null constraints
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Reorder tests in get_cheapest_path_for_pathkeys().