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

From Tom Lane
Subject Re: Column Filtering in Logical Replication
Date
Msg-id 1513654.1640626709@sss.pgh.pa.us
Whole thread Raw
In response to Re: Column Filtering in Logical Replication  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Column Filtering in Logical Replication  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Determining that an array has a NULL element seems convoluted.  I ended
> up with this query, where comparing the result of array_positions() with
> an empty array does that.  If anybody knows of a simpler way, or any
> situations in which this fails, I'm all ears.

Maybe better to rethink why we allow elements of prattrs to be null?

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Inconsistent ellipsis in regression test error message?
Next
From: Justin Pryzby
Date:
Subject: Re: Add index scan progress to pg_stat_progress_vacuum