mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-11 19:20:40 +08:00
Fix typo
Author: Masahiko Sawada <sawada.mshk@gmail.com>
This commit is contained in:
parent
553c3bef4c
commit
d1f103c739
@ -126,7 +126,7 @@ static void reread_subscription(void);
|
|||||||
* changes coming to the main apply worker during the sync of a table.
|
* 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
|
* 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
|
* 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
|
* transaction we are now processing (which is what we set remote_final_lsn
|
||||||
* to in apply_handle_begin).
|
* to in apply_handle_begin).
|
||||||
|
Loading…
Reference in New Issue
Block a user