style : execute citus_indent

pull/8025/head
R3gardless 2025-06-23 21:35:50 +09:00
parent 3cd6c579a4
commit 0b246f4770
1 changed files with 3 additions and 2 deletions

View File

@ -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 */