Re: Column Filtering in Logical Replication - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Column Filtering in Logical Replication
Date
Msg-id 202112302332.3dficrkfzcyt@alvherre.pgsql
Whole thread Raw
In response to Re: Column Filtering in Logical Replication  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: Column Filtering in Logical Replication  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
On 2021-Dec-30, Justin Pryzby wrote:

Thank you!  I've incorporated your proposed fixes.

> > +        /*
> > +         * Even if the user listed all columns in the column list, we cannot
> > +         * allow a column list to be specified when REPLICA IDENTITY is FULL;
> > +         * that would cause problems if a new column is added later, because
> > +         * that could would have to be included (because of being part of the
> 
> could would is wrong

Hah, yeah, this was "that column would".

> > + * Gets a list of OIDs of all column-partial publications of the given
> > + * relation, that is, those that specify a column list.
> 
> I would call this a "partial-column" publication.

OK, done that way.

-- 
Álvaro Herrera              Valdivia, Chile  —  https://www.EnterpriseDB.com/

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: More pg_dump performance hacking
Next
From: Andres Freund
Date:
Subject: Re: Apple's ranlib warns about protocol_openssl.c