Re: DROP OWNED CASCADE vs Temp tables

From: ahsan hadi <ahsan(dot)hadi(at)gmail(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Subject: Re: DROP OWNED CASCADE vs Temp tables
Date: 2020-02-19 13:59:21
Message-ID: 158212076116.1651.5435547216310514536.pgcf@coridan.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs 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 "DROP OWNED BY..." commands concurrently using parallel background workers. I have also tested a few related scenarios and the patch does seem to fix the reported bug. Ran make installcheck-world, no difference with and without patch.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2020-02-19 15:44:49 Re: BUG #16265: psql shows (unfolded) relation name in quotes
Previous Message hubert depesz lubaczewski 2020-02-19 10:47:11 Re: [Bug Report] Week Day

Browse pgsql-hackers by date

  From Date Subject
Next Message Ildar Musin 2020-02-19 13:59:40 Constraint's NO INHERIT option is ignored in CREATE TABLE LIKE statement
Previous Message Fujii Masao 2020-02-19 13:16:09 Re: Increase psql's password buffer size