]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 4 Apr 2017 13:03:24 +0000 (09:03 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 4 Apr 2017 13:03:24 +0000 (09:03 -0400)
Author: Masahiko Sawada <sawada.mshk@gmail.com>

src/backend/replication/logical/worker.c

index fc01cd344cabc304d90019d3c4ad11c0bfa1507e..8a984a4150827ab7a0226c475832e8b498a53029 100644 (file)
@@ -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).