mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Fix more typos in comments.
Patch by CharSyam, plus a few more I spotted with grep.
This commit is contained in:
@@ -1342,7 +1342,7 @@ pg_replication_origin_advance(PG_FUNCTION_ARGS)
|
||||
/*
|
||||
* Can't sensibly pass a local commit to be flushed at checkpoint - this
|
||||
* xact hasn't committed yet. This is why this function should be used to
|
||||
* set up the intial replication state, but not for replay.
|
||||
* set up the initial replication state, but not for replay.
|
||||
*/
|
||||
replorigin_advance(node, remote_commit, InvalidXLogRecPtr,
|
||||
true /* go backward */, true /* wal log */);
|
||||
|
||||
Reference in New Issue
Block a user