Re: DROP OWNED BY is broken on master branch.

Поиск
Список
Период
Сортировка
От Rushabh Lathia
Тема Re: DROP OWNED BY is broken on master branch.
Дата
Msg-id CAGPqQf0=NODZiU5LfL4F+48vp0OOqfxYAW2qiCagZ7=DHc2RVg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: DROP OWNED BY is broken on master branch.  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: DROP OWNED BY is broken on master branch.  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers


On Tue, Sep 27, 2022 at 7:34 PM Robert Haas <robertmhaas@gmail.com> wrote:
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.

This seems to fix the issue and in further testing I didn't find anything else.

Thanks,


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


--
Rushabh Lathia

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

Предыдущее
От: Dilip Kumar
Дата:
Сообщение: Re: longfin and tamandua aren't too happy but I'm not sure why
Следующее
От: Robert Haas
Дата:
Сообщение: Re: longfin and tamandua aren't too happy but I'm not sure why