From 694d7c2c2c6598ca4187aa698c7a21ab515fb086 Mon Sep 17 00:00:00 2001 From: Yanwen Jin Date: Tue, 22 Feb 2022 11:28:48 -0800 Subject: [PATCH] Fix bad format --- src/backend/distributed/shared_library_init.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/backend/distributed/shared_library_init.c b/src/backend/distributed/shared_library_init.c index 6f4d630f1..6796594e8 100644 --- a/src/backend/distributed/shared_library_init.c +++ b/src/backend/distributed/shared_library_init.c @@ -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); }