aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistutil.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-01-14 11:51:57 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-01-14 11:51:57 -0500
commita923af382c5678f3dfb591aacb6b90bf4e5ed7a9 (patch)
tree6a5b681d1e91756b4cf97fde8f494c16e8147516 /src/backend/access/gist/gistutil.c
parent6a61d1ff9dce7406c0affdc013da27ed4252ba29 (diff)
downloadpostgresql-a923af382c5678f3dfb591aacb6b90bf4e5ed7a9.tar.gz
postgresql-a923af382c5678f3dfb591aacb6b90bf4e5ed7a9.zip
Fix build_grouping_chain() to not clobber its input lists.
There's no good reason for stomping on the input data; it makes the logic in this function no simpler, in fact probably the reverse. And it makes it impossible to separate path generation from plan generation, as I'm working towards doing; that will require more than one traversal of these lists.
Diffstat (limited to 'src/backend/access/gist/gistutil.c')
0 files changed, 0 insertions, 0 deletions