patch to ensure logical decoding errors early - Mailing list pgsql-hackers

From Dave Cramer
Subject patch to ensure logical decoding errors early
Date
Msg-id CADK3HHLVkeRe1v4P02-5hj55H3_yJg3AEtpXyEY5T3wuzO2jSg@mail.gmail.com
Whole thread Raw
Responses Re: patch to ensure logical decoding errors early
List 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
Attachment

pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Standby trying "restore_command" before local WAL
Next
From: Fabien COELHO
Date:
Subject: Re: Usability fail with psql's \dp command