diff --git a/src/backend/distributed/metadata/node_metadata.c b/src/backend/distributed/metadata/node_metadata.c index f0db234b2..3a8df5ca9 100644 --- a/src/backend/distributed/metadata/node_metadata.c +++ b/src/backend/distributed/metadata/node_metadata.c @@ -1347,12 +1347,11 @@ citus_update_node(PG_FUNCTION_ARGS) /* -This function is designed to obtain locks for all the shards in a worker placement list. -Once the transaction is committed, the acquired locks will be automatically released. -Therefore, it is essential to invoke this function within a transaction. -This function proves beneficial when there is a need to temporarily disable writes to a specific node within a transaction. -*/ - + * This function is designed to obtain locks for all the shards in a worker placement list. + * Once the transaction is committed, the acquired locks will be automatically released. + * Therefore, it is essential to invoke this function within a transaction. + * This function proves beneficial when there is a need to temporarily disable writes to a specific node within a transaction. + */ Datum citus_pause_node_within_txn(PG_FUNCTION_ARGS) {