Fixes indent issues

test_branch
gindibay 2023-07-30 01:17:36 +03:00
parent 29c5b0c98a
commit 9e79cd610e
1 changed files with 5 additions and 6 deletions

View File

@ -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)
{