[COMMITTERS] pgsql: Clean up bugs in clause_selectivity() cleanup. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Clean up bugs in clause_selectivity() cleanup.
Date
Msg-id E1cwx7Y-0004yn-Q1@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Clean up bugs in clause_selectivity() cleanup.

Commit ac2b09508 was not terribly carefully reviewed.  Band-aid it to
not fail on non-RestrictInfo input, per report from Andreas Seltenreich.
Also make it do something more reasonable with variable-free clauses,
and improve nearby comments.

Discussion: https://postgr.es/m/87inmf5rdx.fsf@credativ.de

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/eef8c0069e4d5eea2e52965ce3eb018b5a594fd6

Modified Files
--------------
src/backend/optimizer/path/clausesel.c | 81 ++++++++++++++++++----------------
1 file changed, 42 insertions(+), 39 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Add newly-symlinked files to "make clean" target.
Next
From: Joe Conway
Date:
Subject: [COMMITTERS] pgsql: Add partitioned table support to sepgsql