Fix bad format

pull/5661/head
Yanwen Jin 2022-02-22 11:28:48 -08:00
parent f90dbd2d66
commit 694d7c2c2c
1 changed files with 4 additions and 4 deletions

View File

@ -348,10 +348,10 @@ _PG_init(void)
}
/*
* 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.
*/
* 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);
}