From f3e30a3e51e3ac9e37a46862f563cf0aa4414da4 Mon Sep 17 00:00:00 2001
From: "Chao Li (Evan)" <lic@highgo.com>
Date: Wed, 2 Sep 2026 08:31:33 +0800
Subject: [PATCH v1] Fix a typo in EnableLogicalDecoding()

Oversight in 67c20979ce72b8c236622e5603f9775968ff501c.

Author: Chao Li <lic@highgo.com>
---
 src/backend/replication/logical/logicalctl.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backend/replication/logical/logicalctl.c b/src/backend/replication/logical/logicalctl.c
index e5340880fa7..2515208fef8 100644
--- a/src/backend/replication/logical/logicalctl.c
+++ b/src/backend/replication/logical/logicalctl.c
@@ -354,9 +354,9 @@ EnableLogicalDecoding(void)
 	}
 
 	/*
-	 * Set logical info WAL logging in shmem. All process starts after this
-	 * point will include the information required by logical decoding to WAL
-	 * records.
+	 * Set logical info WAL logging in shmem. All processes starting after
+	 * this point will include the information required by logical decoding to
+	 * WAL records.
 	 */
 	LogicalDecodingCtl->xlog_logical_info = true;
 
-- 
2.50.1 (Apple Git-155)

