File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2186,6 +2186,8 @@ static struct config_bool ConfigureNamesBool[] =
2186
2186
{
2187
2187
{"jsonb_sort_field_values" , PGC_USERSET , DEVELOPER_OPTIONS ,
2188
2188
gettext_noop ("Use special binary jsonb format for objects when their field values sorted by length." ),
2189
+ NULL ,
2190
+ GUC_NOT_IN_SAMPLE
2189
2191
},
2190
2192
& jsonb_sort_field_values ,
2191
2193
true,
@@ -2195,6 +2197,8 @@ static struct config_bool ConfigureNamesBool[] =
2195
2197
{
2196
2198
{"jsonb_partial_decompression" , PGC_USERSET , DEVELOPER_OPTIONS ,
2197
2199
gettext_noop ("Use partial pglz decompression for jsonb." ),
2200
+ NULL ,
2201
+ GUC_NOT_IN_SAMPLE
2198
2202
},
2199
2203
& jsonb_partial_decompression ,
2200
2204
true,
@@ -2204,6 +2208,8 @@ static struct config_bool ConfigureNamesBool[] =
2204
2208
{
2205
2209
{"jsonb_partial_detoast" , PGC_USERSET , DEVELOPER_OPTIONS ,
2206
2210
gettext_noop ("Use partial deTOASTing for jsonb." ),
2211
+ NULL ,
2212
+ GUC_NOT_IN_SAMPLE
2207
2213
},
2208
2214
& jsonb_partial_detoast ,
2209
2215
true,
You can’t perform that action at this time.
0 commit comments