From 5cec5423b4609598ff1ddf6a1c1565efc4ab6346 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Thu, 22 Jul 2021 16:30:45 +0200 Subject: [PATCH] Fix typo in comment --- src/backend/distributed/metadata/metadata_sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/distributed/metadata/metadata_sync.c b/src/backend/distributed/metadata/metadata_sync.c index dc91a64d9..c623b6c99 100644 --- a/src/backend/distributed/metadata/metadata_sync.c +++ b/src/backend/distributed/metadata/metadata_sync.c @@ -509,7 +509,7 @@ MetadataCreateCommands(void) * * Instead we rely on the initial sync of the pg_dist_object * contents at the end of this function. By inserting it here - * locally, it will become part of that the list of commands that + * locally, it will become part of the list of commands that * DistributedObjectSyncCommandList returns automatically. * * The only downside of this approach is that it won't be synced to