aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-02-15 20:57:01 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-02-15 20:57:01 +0000
commit059e361481641b044fb6265b773d77231496eda5 (patch)
treead8fec4422ea2e192e7e97266de85a999e40e2e6 /src/backend/access/gist/gistget.c
parent5341cddba8cefd1a2b219366485fd38529c04724 (diff)
downloadpostgresql-059e361481641b044fb6265b773d77231496eda5.tar.gz
postgresql-059e361481641b044fb6265b773d77231496eda5.zip
Although we can't support out-of-line TOAST storage in indexes (yet),
compressed storage works perfectly well. Might as well have a coherent strategy for applying it, rather than the haphazard store-what-you-get approach that was in the code before. The strategy I've set up here is to attempt compression of any compressible index value exceeding BLCKSZ/16, or about 500 bytes by default.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions