mirror of
https://github.com/postgres/postgres.git
synced 2026-05-30 12:35:06 -04:00
059e361481
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.