Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier2022-09-14 05:52:20 +0000
committerMichael Paquier2022-09-14 05:52:20 +0000
commitb447d6075db8041b870ac526525f6873df222db4 (patch)
tree7522d93a4ea6a4740e4d4aaaa2d914875f7453f3 /src/tools/pginclude/cpluspluscheck
parentd583036d68d6fe2fa7facd63eb6548583094fa96 (diff)
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 'src/tools/pginclude/cpluspluscheck')
0 files changed, 0 insertions, 0 deletions