Add local_file_cache GUC

This commit is contained in:
Konstantin Knizhnik
2023-09-25 21:49:22 +03:00
parent 9f45f89dcc
commit ec8f7f66b3
-1
View File
@@ -387,7 +387,6 @@ lfc_init(void)
&lfc_enabled,
true, /* enabled by default */
PGC_POSTMASTER,
0,
NULL,
lfc_change_state,
NULL);