From 474fe7be1fa5e61056572a1ec6b260fa80f97c66 Mon Sep 17 00:00:00 2001 From: Sameer Awasekar Date: Sun, 24 Jul 2022 17:19:45 +0530 Subject: [PATCH] Reindent --- .../distributed/operations/citus_split_shard_by_split_points.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/operations/citus_split_shard_by_split_points.c b/src/backend/distributed/operations/citus_split_shard_by_split_points.c index 231b2fdbc..9cfb80e18 100644 --- a/src/backend/distributed/operations/citus_split_shard_by_split_points.c +++ b/src/backend/distributed/operations/citus_split_shard_by_split_points.c @@ -82,7 +82,7 @@ LookupSplitMode(Oid shardTransferModeOid) shardSplitMode = BLOCKING_SPLIT; } - /* Extend with other modes as we support them */ + /* TODO(saawaek): Handle this appropriately based on replica identity */ else if (strncmp(enumLabel, "auto", NAMEDATALEN) == 0 || strncmp(enumLabel, "force_logical", NAMEDATALEN) == 0) {