From b6a6273f1c248c2f3dc7cd04dd540a9193408636 Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Wed, 15 Mar 2023 15:39:10 +0300 Subject: [PATCH] Remove unneccesarry new line --- src/backend/distributed/commands/create_distributed_table.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/distributed/commands/create_distributed_table.c b/src/backend/distributed/commands/create_distributed_table.c index af70d0e97..5cc2e7b2b 100644 --- a/src/backend/distributed/commands/create_distributed_table.c +++ b/src/backend/distributed/commands/create_distributed_table.c @@ -231,7 +231,6 @@ create_distributed_table(PG_FUNCTION_ARGS) EnsureCitusTableCanBeCreated(relationId); - /* enable create_distributed_table on an empty node */ InsertCoordinatorIfClusterEmpty();