Re: BUG #18838: Missing characters in replication slot when bytea_output is set to "escape"

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pratik(dot)chavan(at)veritas(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18838: Missing characters in replication slot when bytea_output is set to "escape"
Date: 2025-03-10 20:00:01
Message-ID: 1212744.1741636801@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Dean Rasheed 2025-03-10 20:03:15 Re: Attribute of type record has wrong type error with MERGE ... WHEN NOT MATCHED BY SOURCE THEN DELETE
Previous Message Tom Lane 2025-03-10 19:11:20 Re: Attribute of type record has wrong type error with MERGE ... WHEN NOT MATCHED BY SOURCE THEN DELETE