Re: BUG #18838: Missing characters in replication slot when bytea_output is set to "escape"
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pratik.chavan@veritas.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2025-03-10T20:00:01Z
Lists: 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