RE: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility.

Поиск
Список
Период
Сортировка
От Hayato Kuroda (Fujitsu)
Тема RE: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility.
Дата
Msg-id OSCPR01MB14966C184318EA5F21823F9DFF5C92@OSCPR01MB14966.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответ на Re: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility.  (Shubham Khanna <khannashubham1197@gmail.com>)
Ответы Re: Adding a '--clean-publisher-objects' option to 'pg_createsubscriber' utility.
Список pgsql-hackers
Dear Shubham,

I did a quick check and have a comment in drop_publication().

```
+    /* For cleanup purposes */
+    dbinfos.dbinfo->made_publication = true;
+
```

Please do not modify randomly. Currently, made_publication is set to false when
the command fails. No need to set to true here - Please follow that. Also, please
do not remove comments within the if statement.

Best regards,
Hayato Kuroda
FUJITSU LIMITED


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