aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-02-14 11:47:12 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2017-02-14 11:47:45 -0500
commit8d396a0a7046438ced8d8ada6ceb7c0756e58351 (patch)
tree4e91826425ac1406484f73f403d659e9e58ef885 /src/backend/access/gist/gistbuild.c
parent0dfa89ba2992b1be86ad3a5523a8d26dce31a08c (diff)
downloadpostgresql-8d396a0a7046438ced8d8ada6ceb7c0756e58351.tar.gz
postgresql-8d396a0a7046438ced8d8ada6ceb7c0756e58351.zip
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.
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions