Re: DROP OWNED BY is broken on master branch. - Mailing list pgsql-hackers

From Robert Haas
Subject Re: DROP OWNED BY is broken on master branch.
Date
Msg-id CA+TgmoYpsbd7PCxPDiiq-9eh-x1j7f27iqJ0tZpwDXFOCB7Y6g@mail.gmail.com
Whole thread Raw
In response to Re: DROP OWNED BY is broken on master branch.  (Rushabh Lathia <rushabh.lathia@gmail.com>)
Responses Re: DROP OWNED BY is broken on master branch.
List pgsql-hackers
On Tue, Sep 27, 2022 at 2:53 AM Rushabh Lathia <rushabh.lathia@gmail.com> wrote:
> Yes, I was also thinking to avoid the duplicate logic but couldn't found
> a way.  I did the quick testing with the patch, and reported test is working
> fine.   But  "make check" is failing with few failures.

Oh, woops. There was a dumb mistake in that version -- it was testing
sdepForm->dbid == SHARED_DEPENDENCY_OWNER, which is nonsense, instead
of sdepForm->dbid == MyDatabaseId. Here's a fixed version.

-- 
Robert Haas
EDB: http://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Hamid Akhtar
Date:
Subject: Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Next
From: Aleksander Alekseev
Date:
Subject: Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)