RE: Added schema level support for publication.

Поиск
Список
Период
Сортировка
От tanghy.fnst@fujitsu.com
Тема RE: Added schema level support for publication.
Дата
Msg-id OS0PR01MB6113C424DCDA0950BE34B5B8FBC79@OS0PR01MB6113.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответ на Re: Added schema level support for publication.  (vignesh C <vignesh21@gmail.com>)
Ответы Re: Added schema level support for publication.  (vignesh C <vignesh21@gmail.com>)
Список pgsql-hackers
On Wednesday, August 25, 2021 5:37 PM vignesh C <vignesh21@gmail.com> wrote:
> 
> Attached v21 patch has the changes based on the new syntax and fixes
> few of the other review comments provided by reviewers.
> 

Thanks for your new patch. I saw the following warning when building, please have a look.

publicationcmds.c: In function ‘ConvertPubObjSpecListToOidList’:
publicationcmds.c:212:23: warning: ‘prevobjtype’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    pubobj->pubobjtype = prevobjtype;
    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~

Regards
Tang

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

Предыдущее
От: Ajin Cherian
Дата:
Сообщение: Re: Failure of subscription tests with topminnow
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Mark all GUC variable as PGDLLIMPORT