Blind attempt to fix pglz_maximum_compressed_size
Tomas Vondra <tomas.vondra@postgresql.org>
Blind attempt to fix pglz_maximum_compressed_size Commit 11a078cf87 triggered failures on big-endian machines, and the only plausible place for an issue seems to be that TOAST_COMPRESS_SIZE calls VARSIZE instead of VARSIZE_ANY. So try fixing that blindly. Discussion: https://www.postgresql.org/message-id/20191001131803.j6uin7nho7t6vxzy%40development
Files
| Path | Change | +/− |
|---|---|---|
| src/include/access/toast_internals.h | modified | +1 −1 |
Discussion
- Optimize partial TOAST decompression 30 messages · 2019-06-02 → 2019-11-15