[COMMITTERS] pgsql: Code review of get_qual_for_list. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Code review of get_qual_for_list.
Date
Msg-id E1dDdAo-0006Ae-88@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Code review of get_qual_for_list.

We need not consider the case where both nulltest1 and nulltest2 are
NULL; the partition either accepts nulls or it does not.

Jeevan Ladhe.  I added an assertion.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85c2b9a15a1d667b1e2cd580da8c1d9fef0af1e8

Modified Files
--------------
src/backend/catalog/partition.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Tighten checks for whitespace in functions that parseidentifier
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Improve logical replication worker log messages