patch to ensure logical decoding errors early

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема patch to ensure logical decoding errors early
Дата
Msg-id CADK3HHLVkeRe1v4P02-5hj55H3_yJg3AEtpXyEY5T3wuzO2jSg@mail.gmail.com
обсуждение исходный текст
Ответы Re: patch to ensure logical decoding errors early
Список pgsql-hackers
This patch does 2 things

1) Ensure that when the slot is created with pg_create_physical_replication_slot if the output plugin does not exist it will error.

2) Currently when the decoding context is created and the output plugin does not exist the protocol will respond with CopyDone. This patch will return an error instead and abort the copy connection.



Dave Cramer
Вложения

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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: Standby trying "restore_command" before local WAL
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: Usability fail with psql's \dp command