]> granicus.if.org Git - postgresql/commit
Remove duplicate code in planner.c.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Feb 2017 16:47:12 +0000 (11:47 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 14 Feb 2017 16:47:45 +0000 (11:47 -0500)
commit8d396a0a7046438ced8d8ada6ceb7c0756e58351
tree4e91826425ac1406484f73f403d659e9e58ef885
parent0dfa89ba2992b1be86ad3a5523a8d26dce31a08c
Remove duplicate code in planner.c.

I noticed while hacking on join UNION transforms that planner.c's
function get_base_rel_indexes() just duplicates the functionality of
get_relids_in_jointree().  It doesn't even have the excuse of being
older code :-(.  Drop it and use the latter function instead.
src/backend/optimizer/plan/planner.c