Re: DROP OWNED CASCADE vs Temp tables - Mailing list pgsql-hackers

From ahsan hadi
Subject Re: DROP OWNED CASCADE vs Temp tables
Date
Msg-id 158212076116.1651.5435547216310514536.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: DROP OWNED CASCADE vs Temp tables  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List 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 by date:

Previous
From: Fujii Masao
Date:
Subject: Re: Increase psql's password buffer size
Next
From: Ildar Musin
Date:
Subject: Constraint's NO INHERIT option is ignored in CREATE TABLE LIKE statement