pgsql: Fix incorrect value for "strategy" with deflateParams() in walme

2022-09-13 Thread Michael Paquier
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. B

pgsql: Fix incorrect value for "strategy" with deflateParams() in walme

2022-09-13 Thread Michael Paquier
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. B

pgsql: Fix incorrect value for "strategy" with deflateParams() in walme

2022-09-13 Thread Michael Paquier
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. B

pgsql: Fix incorrect value for "strategy" with deflateParams() in walme

2022-09-13 Thread Michael Paquier
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. B

pgsql: Fix incorrect value for "strategy" with deflateParams() in walme

2022-09-13 Thread Michael Paquier
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. B

pgsql: Fix incorrect value for "strategy" with deflateParams() in walme

2022-09-13 Thread Michael Paquier
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. B

pgsql: Fix incorrect value for "strategy" with deflateParams() in walme

2022-09-13 Thread Michael Paquier
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. B