Skip to content

Commit

Permalink
Revert "fix: remove binary option which is unsupported in pg<14"
Browse files Browse the repository at this point in the history
  • Loading branch information
imor authored Nov 25, 2024
1 parent 3f8f800 commit 384e693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pg_replicate/src/clients/postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ impl ReplicationClient {
start_lsn: PgLsn,
) -> Result<LogicalReplicationStream, ReplicationClientError> {
let options = format!(
r#"("proto_version" '1', "publication_names" {})"#,
r#"("proto_version" '1', "publication_names" {}, "binary")"#,
quote_literal(publication)
);

Expand Down

0 comments on commit 384e693

Please sign in to comment.