mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix typos in comments
This commit is contained in:
parent
00fd434991
commit
b0bdc3f182
1 changed files with 1 additions and 1 deletions
|
|
@ -3256,7 +3256,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
|
|||
*
|
||||
* destsegno: identify segment to be created.
|
||||
*
|
||||
* srcTLI, srclog, srcseg: identify segment to be copied (could be from
|
||||
* srcTLI, srcsegno: identify segment to be copied (could be from
|
||||
* a different timeline)
|
||||
*
|
||||
* Currently this is only used during recovery, and so there are no locking
|
||||
|
|
|
|||
Loading…
Reference in a new issue