aboutsummaryrefslogtreecommitdiff
path: root/src/include/common/compression.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/common/compression.h')
-rw-r--r--src/include/common/compression.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/common/compression.h b/src/include/common/compression.h
index 436b48104e4..5d680058ed7 100644
--- a/src/include/common/compression.h
+++ b/src/include/common/compression.h
@@ -22,8 +22,7 @@ typedef enum pg_compress_algorithm
PG_COMPRESSION_ZSTD
} pg_compress_algorithm;
-#define PG_COMPRESSION_OPTION_LEVEL (1 << 0)
-#define PG_COMPRESSION_OPTION_WORKERS (1 << 1)
+#define PG_COMPRESSION_OPTION_WORKERS (1 << 0)
typedef struct pg_compress_specification
{