Re: Logical replication row filtering and TOAST

Antonin Houska <ah@cybertec.at>

From: Antonin Houska <ah@cybertec.at>
To: Amit Kapila <amit.kapila16@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-04-05T11:59:30Z
Lists: pgsql-hackers
Amit Kapila <amit.kapila16@gmail.com> wrote:

> > Antonin Houska <ah@cybertec.at> wrote:
> >
> > Nevertheless, a comment in pgoutput_row_filter(), saying that TOASTed values
> > are not expected if old_slot is NULL, might be useful.
> >
> 
> How about something like the attached?

Yes, that'd be sufficient. Thanks.

-- 
Antonin Houska
Web: https://www.cybertec-postgresql.com



Commits

  1. Improve comments for row filtering and toast interaction in logical replication.