1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-22 14:32:25 +03:00
Files
postgres/src/backend
Michael Paquier 1dbe6f7667 Refactor non-supported compression error message in toast_compression.c
This code used a NO_LZ4_SUPPORT() macro to issue an error in the code
paths where LZ4 [de]compression is attempted but the build does not
support it.  This commit refactors the code to use a more flexible error
message so as it can be used for other compression methods, where the
method is given in input of macro.

Extracted from a larger patch by the same author.

Author: Nikhil Kumar Veldanda <veldanda.nikhilkumar17@gmail.com>
Reviewed-by: Kirill Reshke <reshkekirill@gmail.com>
Discussion: https://postgr.es/m/CAFAfj_HX84EK4hyRYw50AOHOcdVi-+FFwAAPo7JHx4aShCvunQ@mail.gmail.com
2025-07-16 11:59:22 +09:00
..
2025-01-01 11:21:55 -05:00
2025-07-15 16:05:59 +09:00
2025-07-01 13:13:48 +09:00
2025-05-05 12:04:49 +02:00
2025-07-01 18:42:07 +02:00
2025-04-11 22:17:12 +02:00
2025-03-26 19:45:32 -04:00
2025-01-01 11:21:55 -05:00