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

  1. Avoid unconditionally filling in missing values with NULL in pgoutput.

  2. Allow specifying row filters for logical replication of tables.