mirror of https://github.com/citusdata/citus.git
Fixes indent issues
parent
29c5b0c98a
commit
9e79cd610e
|
@ -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.
|
* 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.
|
* Once the transaction is committed, the acquired locks will be automatically released.
|
||||||
Therefore, it is essential to invoke this function within a transaction.
|
* 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 proves beneficial when there is a need to temporarily disable writes to a specific node within a transaction.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
Datum
|
Datum
|
||||||
citus_pause_node_within_txn(PG_FUNCTION_ARGS)
|
citus_pause_node_within_txn(PG_FUNCTION_ARGS)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue