Re: BUG #18838: Missing characters in replication slot when bytea_output is set to "escape" - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18838: Missing characters in replication slot when bytea_output is set to "escape"
Date
Msg-id 1212744.1741636801@sss.pgh.pa.us
Whole thread Raw
In response to BUG #18838: Missing characters in replication slot when bytea_output is set to "escape"  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> When bytea_output parameter is set to the value 'escape', and you do DML
> operations such as insert/update on a table where Replication slot is
> created and capturing these queries, Values are missing starting 2
> characters in the replication slot.

You have omitted a lot of critical details in this report.  For
starters, what output plugin are you using?  It does not seem
to be the one we supply (pgoutput), because that does not
recognize any such option as 'format-version'.

For the moment I plan to write this off as "somebody else's bug".
If you think it is a core-Postgres bug, please supply a complete
script for reproducing it.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Attribute of type record has wrong type error with MERGE ... WHEN NOT MATCHED BY SOURCE THEN DELETE
Next
From: Dean Rasheed
Date:
Subject: Re: Attribute of type record has wrong type error with MERGE ... WHEN NOT MATCHED BY SOURCE THEN DELETE