From 0b246f4770153dcba4da2df23300c5e0666378de Mon Sep 17 00:00:00 2001 From: R3gardless Date: Mon, 23 Jun 2025 21:35:50 +0900 Subject: [PATCH] style : execute citus_indent --- src/backend/distributed/shared_library_init.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/backend/distributed/shared_library_init.c b/src/backend/distributed/shared_library_init.c index 645072368..aed6cdf32 100644 --- a/src/backend/distributed/shared_library_init.c +++ b/src/backend/distributed/shared_library_init.c @@ -3274,14 +3274,15 @@ CitusObjectAccessHook(ObjectAccessType access, Oid classId, Oid objectId, int su } } + /* - * EnableChangeDataCaptureAssignHook is called whenever the + * EnableChangeDataCaptureAssignHook is called whenever the * citus.enable_change_data_capture setting is changed to dynamically * adjust the dynamic_library_path based on the new value. */ static void EnableChangeDataCaptureAssignHook(bool newval, void *extra) -{ +{ if (newval) { /* CDC enabled: add citus_decoders to the path */