mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Fix typos in comments and debug message
Antonin Houska
This commit is contained in:
@ -281,7 +281,7 @@ CreateInitDecodingContext(char *plugin,
|
||||
LWLockRelease(ProcArrayLock);
|
||||
|
||||
/*
|
||||
* tell the snapshot builder to only assemble snapshot once reaching the a
|
||||
* tell the snapshot builder to only assemble snapshot once reaching the
|
||||
* running_xact's record with the respective xmin.
|
||||
*/
|
||||
xmin_horizon = slot->data.catalog_xmin;
|
||||
@ -880,7 +880,7 @@ LogicalIncreaseRestartDecodingForSlot(XLogRecPtr current_lsn, XLogRecPtr restart
|
||||
}
|
||||
|
||||
/*
|
||||
* Handle a consumer's conformation having received all changes up to lsn.
|
||||
* Handle a consumer's confirmation having received all changes up to lsn.
|
||||
*/
|
||||
void
|
||||
LogicalConfirmReceivedLocation(XLogRecPtr lsn)
|
||||
|
Reference in New Issue
Block a user