aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-09-14 14:52:30 +0900
committerMichael Paquier <michael@paquier.xyz>2022-09-14 14:52:30 +0900
commita94576c377b7934860d2fa5453d1cf17d8689810 (patch)
tree5f75ef580532d01144846067f76b4e2f8dab4969 /contrib/postgres_fdw/postgres_fdw.c
parent1728822924511e792760737aab8749e294af2c1c (diff)
downloadpostgresql-a94576c377b7934860d2fa5453d1cf17d8689810.tar.gz
postgresql-a94576c377b7934860d2fa5453d1cf17d8689810.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