pgsql: Remove dead code now that orindxpath.c is history.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove dead code now that orindxpath.c is history.
Date: 2013-12-30 17:50:42
Message-ID: E1VxgzC-0001uF-6q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dead code now that orindxpath.c is history.

We don't need make_restrictinfo_from_bitmapqual() anymore at all.
generate_bitmap_or_paths() doesn't need to be exported, and we can
drop its rather klugy restriction_only flag.

Branch
------
master

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

Modified Files
--------------
src/backend/optimizer/path/indxpath.c | 59 ++-------
src/backend/optimizer/plan/createplan.c | 3 -
src/backend/optimizer/util/restrictinfo.c | 187 -----------------------------
src/include/optimizer/paths.h | 3 -
src/include/optimizer/restrictinfo.h | 3 -
5 files changed, 8 insertions(+), 247 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-12-30 18:28:04 pgsql: Fix alphabetization in catalogs.sgml.
Previous Message Tom Lane 2013-12-30 17:24:57 pgsql: Extract restriction OR clauses whether or not they are indexable