Split long comments

issue/6694
Gokhan Gulbiz 2023-03-29 09:47:35 +03:00
parent 7d04b40b2d
commit b2ca538e12
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 3 additions and 2 deletions

View File

@ -1886,8 +1886,9 @@ SequenceDependencyCommandList(Oid relationId)
/*
* IdentitySequenceDependencyCommandList generate a command to execute a UDF (WORKER_MODIFY_IDENTITY_COLUMNS) on workers
* to modify the identity columns min/max values to produce unique values on workers.
* IdentitySequenceDependencyCommandList generate a command to execute
* a UDF (WORKER_MODIFY_IDENTITY_COLUMNS) on workers to modify the identity
* columns min/max values to produce unique values on workers.
*/
List *
IdentitySequenceDependencyCommandList(Oid targetRelationId)