From 26186344cb9ae8c5e075416cebcc8cd854ab4a4a Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Mon, 27 Mar 2023 13:12:56 +0300 Subject: [PATCH] Indent --- src/backend/distributed/commands/alter_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/distributed/commands/alter_table.c b/src/backend/distributed/commands/alter_table.c index 7a0105231..e2ffcb1fe 100644 --- a/src/backend/distributed/commands/alter_table.c +++ b/src/backend/distributed/commands/alter_table.c @@ -930,8 +930,8 @@ ConvertTable(TableConversionState *con) { /* * 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 - of keeping sequence states consistent across the cluster. + * for tables with identity columns. This is because we do not have a proper way + * of keeping sequence states consistent across the cluster. */ ErrorIfTableHasIdentityColumn(con->relationId);