issue/6694
Gokhan Gulbiz 2023-03-27 13:12:56 +03:00
parent 91c12f9ffb
commit 26186344cb
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 2 deletions

View File

@ -930,8 +930,8 @@ ConvertTable(TableConversionState *con)
{ {
/* /*
* We do not allow alter_distributed_table and undistribute_table operations * We do not allow alter_distributed_table and undistribute_table operations
for tables with identity columns. This is because we do not have a proper way * for tables with identity columns. This is because we do not have a proper way
of keeping sequence states consistent across the cluster. * of keeping sequence states consistent across the cluster.
*/ */
ErrorIfTableHasIdentityColumn(con->relationId); ErrorIfTableHasIdentityColumn(con->relationId);