1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00
Files
postgres/src
Tom Lane 059e361481 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.
2001-02-15 20:57:01 +00:00
..
2001-02-10 22:53:40 +00:00
2001-02-13 14:33:51 +00:00
1999-07-30 03:45:57 +00:00
2001-02-10 18:46:34 +00:00
Hi!
2000-01-18 19:05:31 +00:00