diff options
author | Michael Paquier <michael@paquier.xyz> | 2022-09-14 14:52:28 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2022-09-14 14:52:28 +0900 |
commit | 4b529f4697f3cb59e1a225a741f14a1afb6bccd5 (patch) | |
tree | 4dfdca2940c367ce1a5b7b3d9185318faca75b88 /contrib/postgres_fdw/postgres_fdw.c | |
parent | b7f37af7c195519a041fcc6084cff95dc5e4a76f (diff) | |
download | postgresql-4b529f4697f3cb59e1a225a741f14a1afb6bccd5.tar.gz postgresql-4b529f4697f3cb59e1a225a741f14a1afb6bccd5.zip |
Fix incorrect value for "strategy" with deflateParams() in walmethods.c
The zlib documentation mentions the values supported for the compression
strategy, but this code has been using a hardcoded value of 0 rather
than Z_DEFAULT_STRATEGY. This commit adjusts the code to use
Z_DEFAULT_STRATEGY.
Backpatch down to where this code has been added to ease the backport of
any future patch touching this area.
Reported-by: Tom Lane
Discussion: https://postgr.es/m/1400032.1662217889@sss.pgh.pa.us
Backpatch-through: 10
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions