mirror of https://github.com/citusdata/citus.git
Split long comments
parent
7d04b40b2d
commit
b2ca538e12
|
@ -1886,8 +1886,9 @@ SequenceDependencyCommandList(Oid relationId)
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IdentitySequenceDependencyCommandList generate a command to execute a UDF (WORKER_MODIFY_IDENTITY_COLUMNS) on workers
|
* IdentitySequenceDependencyCommandList generate a command to execute
|
||||||
* to modify the identity columns min/max values to produce unique values on workers.
|
* a UDF (WORKER_MODIFY_IDENTITY_COLUMNS) on workers to modify the identity
|
||||||
|
* columns min/max values to produce unique values on workers.
|
||||||
*/
|
*/
|
||||||
List *
|
List *
|
||||||
IdentitySequenceDependencyCommandList(Oid targetRelationId)
|
IdentitySequenceDependencyCommandList(Oid targetRelationId)
|
||||||
|
|
Loading…
Reference in New Issue