From d1f103c7396b667e64141412a8a0d12a2eef2930 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 4 Apr 2017 09:03:24 -0400 Subject: [PATCH] Fix typo Author: Masahiko Sawada --- src/backend/replication/logical/worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c index fc01cd344c..8a984a4150 100644 --- a/src/backend/replication/logical/worker.c +++ b/src/backend/replication/logical/worker.c @@ -126,7 +126,7 @@ static void reread_subscription(void); * changes coming to the main apply worker during the sync of a table. * * Note we need to do smaller or equals comparison for SYNCDONE state because - * it might hold position of end of intitial slot consistent point WAL + * it might hold position of end of initial slot consistent point WAL * record + 1 (ie start of next record) and next record can be COMMIT of * transaction we are now processing (which is what we set remote_final_lsn * to in apply_handle_begin). -- 2.40.0