Note that we'll drop the GUC after PG 11 support dropped

pull/3161/head
Onder Kalaci 2020-01-07 09:56:57 +01:00 committed by Jelte Fennema
parent c653923960
commit 81d8178625
1 changed files with 4 additions and 0 deletions

View File

@ -762,6 +762,10 @@ RegisterCitusConfigVariables(void)
GUC_STANDARD,
NULL, NULL, NULL);
/*
* We shouldn't need this variable after we drop support to PostgreSQL 11 and
* below. So, noting it here with PG_VERSION_NUM < 120000
*/
DefineCustomBoolVariable(
"citus.enable_cte_inlining",
gettext_noop("When set to false, CTE inlining feature is disabled"),