Add comment when loading columnar.so in citus

pull/5661/head
Yanwen Jin 2022-02-22 10:28:59 -08:00
parent 0319229b67
commit a842c45729
1 changed files with 5 additions and 1 deletions

View File

@ -347,7 +347,11 @@ _PG_init(void)
DoInitialCleanup();
}
/*
* For convenience and backwards compatibility, we avoid users having to add both
* citus and columnar to shared_preload_libraries by loading columnar.so as part of
* loading citus.so.
*/
load_file("columnar.so", false);
}