mirror of https://github.com/citusdata/citus.git
style : execute citus_indent
parent
3cd6c579a4
commit
0b246f4770
|
@ -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
|
* citus.enable_change_data_capture setting is changed to dynamically
|
||||||
* adjust the dynamic_library_path based on the new value.
|
* adjust the dynamic_library_path based on the new value.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
EnableChangeDataCaptureAssignHook(bool newval, void *extra)
|
EnableChangeDataCaptureAssignHook(bool newval, void *extra)
|
||||||
{
|
{
|
||||||
if (newval)
|
if (newval)
|
||||||
{
|
{
|
||||||
/* CDC enabled: add citus_decoders to the path */
|
/* CDC enabled: add citus_decoders to the path */
|
||||||
|
|
Loading…
Reference in New Issue