mirror of https://github.com/citusdata/citus.git
Add comment when loading columnar.so in citus
parent
0319229b67
commit
a842c45729
|
@ -347,7 +347,11 @@ _PG_init(void)
|
||||||
DoInitialCleanup();
|
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);
|
load_file("columnar.so", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue