mirror of https://github.com/citusdata/citus.git
Fix bad format
parent
f90dbd2d66
commit
694d7c2c2c
|
@ -348,10 +348,10 @@ _PG_init(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* For convenience and backwards compatibility, we avoid users having to add both
|
* 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
|
* citus and columnar to shared_preload_libraries by loading columnar.so as part of
|
||||||
* loading citus.so.
|
* loading citus.so.
|
||||||
*/
|
*/
|
||||||
load_file("columnar.so", false);
|
load_file("columnar.so", false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue