Re: pgoutput incorrectly replaces missing values with NULL since PostgreSQL 15
Amit Kapila <amit.kapila16@gmail.com>
From: Amit Kapila <amit.kapila16@gmail.com>
To: Nikhil Benesch <nikhil.benesch@gmail.com>
Cc: "Zhijie Hou (Fujitsu)" <houzj.fnst@fujitsu.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, "sean@materialize.com" <sean@materialize.com>, "petrosagg@materialize.com" <petrosagg@materialize.com>
Date: 2023-11-27T06:39:53Z
Lists: pgsql-hackers
On Fri, Nov 24, 2023 at 7:23 PM Nikhil Benesch <nikhil.benesch@gmail.com> wrote: > > Thank you both for reviewing. The updated patch set LGTM. > Pushed! -- With Regards, Amit Kapila.
Commits
-
Avoid unconditionally filling in missing values with NULL in pgoutput.
- a77fb8c68549 15.6 landed
- d7ca9209c970 16.2 landed
- 360392fa2a9b 17.0 landed
-
Allow specifying row filters for logical replication of tables.
- 52e4f0cd472d 15.0 cited