Re: Deduplicate logicalrep_read_tuple()
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Peter Smith <smithpb2250@gmail.com>
Cc: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-03-06T10:44:24Z
Lists: pgsql-hackers
On Sun, Mar 5, 2023 at 1:22 PM Peter Smith <smithpb2250@gmail.com> wrote: > > On Fri, Mar 3, 2023 at 10:04 PM Amit Kapila <amit.kapila16@gmail.com> wrote: > > > > > > > > Thanks. Done so in the attached v2. > > > > > > > LGTM. Unless Peter or someone has any comments on this, I'll push this > > early next week. > > > > No more comments. Patch v2 LGTM. > Pushed. -- With Regards, Amit Kapila.
Commits
-
Deduplicate handling of binary and text modes in logicalrep_read_tuple().
- 9effa5523601 16.0 landed
-
Allow logical replication to transfer data in binary format.
- 9de77b545313 14.0 cited