pgsql: Simplify handling of compression level with compression specific

2022-09-13 Thread Michael Paquier
Simplify handling of compression level with compression specifications PG_COMPRESSION_OPTION_LEVEL is removed from the compression specification logic, and instead the compression level is always assigned with each library's default if nothing is directly given. This centralizes the checks on the

pgsql: Simplify handling of compression level with compression specific

2022-09-13 Thread Michael Paquier
Simplify handling of compression level with compression specifications PG_COMPRESSION_OPTION_LEVEL is removed from the compression specification logic, and instead the compression level is always assigned with each library's default if nothing is directly given. This centralizes the checks on the