pgsql: Code review of get_qual_for_list.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review of get_qual_for_list.
Date: 2017-05-24 20:46:26
Message-ID: E1dDdAo-0006Ae-88@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-24 23:00:32 pgsql: Improve logical replication worker log messages
Previous Message Tom Lane 2017-05-24 19:28:55 pgsql: Tighten checks for whitespace in functions that parse identifier