Re: Alter all tables in schema owner fix

Поиск
Список
Период
Сортировка
От vignesh C
Тема Re: Alter all tables in schema owner fix
Дата
Msg-id CALDaNm1Qxau9_LTEpxfG7EmGE=O8YXGeX4hKMBYAt3-U+-WD1w@mail.gmail.com
обсуждение исходный текст
Ответ на Alter all tables in schema owner fix  (vignesh C <vignesh21@gmail.com>)
Ответы Re: Alter all tables in schema owner fix  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-hackers
On Fri, Dec 3, 2021 at 10:50 PM Bossart, Nathan <bossartn@amazon.com> wrote:
>
> On 12/2/21, 11:57 PM, "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com> wrote:
> > Thanks for your patch.
> > I tested it and it fixed this problem as expected. It also passed "make check-world".
>
> +1, the patch looks good to me, too.  My only other suggestion would
> be to move IsSchemaPublication() to pg_publication.c

Thanks for your comments, I have made the changes. Additionally I have
renamed IsSchemaPublication to is_schema_publication for keeping the
naming similar around the code. The attached v3 patch has the changes
for the same.

Regards,
Vignesh

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: Why doesn't pgstat_report_analyze() focus on not-all-visible-page dead tuple counts, specifically?
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: parallel vacuum comments