aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/formatting.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-03-11 16:29:04 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2012-03-11 16:29:59 -0400
commitc6a11b89e48dfb47b305cea405924333dabc20b6 (patch)
tree1ef16196fa824d0515789c59f34e46e829a43966 /src/backend/utils/adt/formatting.c
parentfc227a4e3b84f7bc243c4606780dde28aea257ee (diff)
downloadpostgresql-c6a11b89e48dfb47b305cea405924333dabc20b6.tar.gz
postgresql-c6a11b89e48dfb47b305cea405924333dabc20b6.zip
Teach SPGiST to store nulls and do whole-index scans.
This patch fixes the other major compatibility-breaking limitation of SPGiST, that it didn't store anything for null values of the indexed column, and so could not support whole-index scans or "x IS NULL" tests. The approach is to create a wholly separate search tree for the null entries, and use fixed "allTheSame" insertion and search rules when processing this tree, instead of calling the index opclass methods. This way the opclass methods do not need to worry about dealing with nulls. Catversion bump is for pg_am updates as well as the change in on-disk format of SPGiST indexes; there are some tweaks in SPGiST WAL records as well. Heavily rewritten version of a patch by Oleg Bartunov and Teodor Sigaev. (The original also stored nulls separately, but it reused GIN code to do so; which required undesirable compromises in the on-disk format, and would likely lead to bugs due to the GIN code being required to work in two very different contexts.)
Diffstat (limited to 'src/backend/utils/adt/formatting.c')
0 files changed, 0 insertions, 0 deletions