Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553c3be commit d1f103cCopy full SHA for d1f103c
src/backend/replication/logical/worker.c
@@ -126,7 +126,7 @@ static void reread_subscription(void);
126
* changes coming to the main apply worker during the sync of a table.
127
*
128
* Note we need to do smaller or equals comparison for SYNCDONE state because
129
- * it might hold position of end of intitial slot consistent point WAL
+ * it might hold position of end of initial slot consistent point WAL
130
* record + 1 (ie start of next record) and next record can be COMMIT of
131
* transaction we are now processing (which is what we set remote_final_lsn
132
* to in apply_handle_begin).
0 commit comments