Improving regression tests to check LOCK TABLE and table permissions

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Improving regression tests to check LOCK TABLE and table permissions
Дата
Msg-id CAB7nPqTpdh3ZwYdqEMEo5HW_6nwvud1iVTOHrHKotu0X1r4_bQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Improving regression tests to check LOCK TABLE and table permissions  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Hi all,

As mentioned in this thread, it would be good to have regression tests
to test the interactions with permissions and LOCK TABLE:
http://www.postgresql.org/message-id/20150511195335.GE30322@tamriel.snowman.net
Attached is a patch achieving that.
Note that it does some checks on the modes SHARE ACCESS, ROW EXCLUSIVE
and ACCESS EXCLUSIVE to check all the code paths of
LockTableAclCheck@lockcmds.c.

I'll add an entry in the next CF to keep track of it.
Regards,
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: LOCK TABLE Permissions
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: EvalPlanQual behaves oddly for FDW queries involving system columns