pgsql: Deduplicate handling of binary and text modes in logicalrep_read

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Deduplicate handling of binary and text modes in logicalrep_read
Date: 2023-03-06 04:50:03
Message-ID: E1pZ2nT-0028Xm-3D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Deduplicate handling of binary and text modes in logicalrep_read_tuple().

Author: Bharath Rupireddy
Reviewed-by: Peter Smith
Discussion: https://postgr.es/m/CALj2ACXdbq7kW_+bRrSGMsR6nefCvwbHBJ5J51mr3gFf7QysTA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9effa5523601de52c94fb778b4a00a183a9aa056

Modified Files
--------------
src/backend/replication/logical/proto.c | 18 ++++++------------
1 file changed, 6 insertions(+), 12 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-03-06 06:41:27 pgsql: Improve the regression tests of VACUUM (PROCESS_TOAST)
Previous Message Michael Paquier 2023-03-06 04:21:53 pgsql: Revise pg_pwrite_zeros()