aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/geo_spgist.c
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2016-03-30 18:29:28 +0300
committerTeodor Sigaev <teodor@sigaev.ru>2016-03-30 18:29:28 +0300
commitccd6eb49a4ae924290ab7eba5540218f5beb48b8 (patch)
treea5c1a9d35b8dd70d7e8bb06a6370de599d64b15c /src/backend/utils/adt/geo_spgist.c
parent3063e7a84026ced2aadd2262f75eebbe6240f85b (diff)
downloadpostgresql-ccd6eb49a4ae924290ab7eba5540218f5beb48b8.tar.gz
postgresql-ccd6eb49a4ae924290ab7eba5540218f5beb48b8.zip
Introduce traversalValue for SP-GiST scan
During scan sometimes it would be very helpful to know some information about parent node or all ancestor nodes. Right now reconstructedValue could be used but it's not a right usage of it (range opclass uses that). traversalValue is arbitrary piece of memory in separate MemoryContext while reconstructedVale should have the same type as indexed column. Subsequent patches for range opclass and quad4d tree will use it. Author: Alexander Lebedev, Teodor Sigaev
Diffstat (limited to 'src/backend/utils/adt/geo_spgist.c')
0 files changed, 0 insertions, 0 deletions