From ab805989b2ee500cfa060ea36a9133b355bb4f0f Mon Sep 17 00:00:00 2001 From: Daniel Gustafsson Date: Mon, 17 Nov 2025 13:37:25 +0100 Subject: Fix typos in logical replication code comments Author: Chao Li Reviewed-by: Daniel Gustafsson Discussion: https://postgr.es/m/CAEoWx2kt8m7wV39_zOBds5SNXx9EAkDqb5cPshk7Bxw6Js4Zpg@mail.gmail.com --- src/backend/replication/logical/launcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/replication/logical/launcher.c') diff --git a/src/backend/replication/logical/launcher.c b/src/backend/replication/logical/launcher.c index 6214028eda9..fdf1ccad462 100644 --- a/src/backend/replication/logical/launcher.c +++ b/src/backend/replication/logical/launcher.c @@ -1301,7 +1301,7 @@ ApplyLauncherMain(Datum main_arg) can_update_xmin &= sub->enabled; /* - * Initialize the slot once the subscription activiates + * Initialize the slot once the subscription activates * retention. */ if (!TransactionIdIsValid(MyReplicationSlot->data.xmin)) -- cgit v1.2.3