Re: DROP OWNED CASCADE vs Temp tables

Поиск
Список
Период
Сортировка
От ahsan hadi
Тема Re: DROP OWNED CASCADE vs Temp tables
Дата
Msg-id 158212076116.1651.5435547216310514536.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: DROP OWNED CASCADE vs Temp tables  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            not tested

I have tested the patch with REL_12_STABLE for the given error scenario by running the "CREATE TEMPORARY TABLE..." and
"DROPOWNED BY..." commands concurrently using parallel background workers. I have also tested a few related scenarios
andthe patch does seem to fix the reported bug. Ran make installcheck-world, no difference with and without patch. 

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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Increase psql's password buffer size
Следующее
От: Ildar Musin
Дата:
Сообщение: Constraint's NO INHERIT option is ignored in CREATE TABLE LIKE statement