Add local_file_cache GUC

This commit is contained in:
Konstantin Knizhnik
2023-09-22 10:12:29 +03:00
parent 9f45f89dcc
commit ec8f7f66b3

View File

@@ -387,7 +387,6 @@ lfc_init(void)
&lfc_enabled,
true, /* enabled by default */
PGC_POSTMASTER,
0,
NULL,
lfc_change_state,
NULL);