OSDN Git Service

Fix build_minmax_path() to cope if an IS NULL clause turns up in the
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2007 22:37:17 +0000 (22:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 3 Dec 2007 22:37:17 +0000 (22:37 +0000)
commitf538329f9db21e32220d73e77cc851573bfb49f7
tree9ddc4822b7cbd9e1dd7a60d28f611f181642b33a
parent50eed107ae63dc503fc58bc1a2e679ce232e283c
Fix build_minmax_path() to cope if an IS NULL clause turns up in the
indexable-clauses list for a btree index.  Formerly it just Asserted that
all such clauses were opclauses, but that's no longer true in 8.3.
Per bug #3796 from Matthias Schoeneich.
src/backend/optimizer/plan/planagg.c