pgsql: Fix logical replication with different encodings

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix logical replication with different encodings
Date: 2017-02-23 16:31:52
Message-ID: E1cgwJ6-00043v-W3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix logical replication with different encodings

reported by Shinoda, Noriyoshi <noriyoshi(dot)shinoda(at)hpe(dot)com>; partial
patch by Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c3368f9173c13e2e293df91f75f1a5c565c4ca18

Modified Files
--------------
src/backend/replication/libpqwalreceiver/libpqwalreceiver.c | 8 ++++++++
src/backend/replication/logical/proto.c | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-02-23 16:40:28 pgsql: De-support floating-point timestamps.
Previous Message Peter Eisentraut 2017-02-23 13:27:16 pgsql: Remove deprecated COMMENT ON RULE syntax