From 0f43534845e940bbbe8e1f4e7b108a2429679df0 Mon Sep 17 00:00:00 2001 From: Jeff Davis Date: Fri, 18 Sep 2020 09:26:20 -0700 Subject: [PATCH] fixup guc --- cstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cstore.c b/cstore.c index 507d58463..1e8733003 100644 --- a/cstore.c +++ b/cstore.c @@ -47,7 +47,7 @@ cstore_init() &cstore_compression, DEFAULT_COMPRESSION_TYPE, cstore_compression_options, - PGC_POSTMASTER, + PGC_USERSET, 0, NULL, NULL,