1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix typos in comments

This commit is contained in:
Alvaro Herrera
2016-03-15 17:57:16 -03:00
parent 4b505c264d
commit cfc5357c08

View File

@ -2389,7 +2389,7 @@ XLogFileInit(XLogSegNo logsegno, bool *use_existent, bool use_lock)
* *
* destsegno: identify segment to be created. * 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) * a different timeline)
* *
* Currently this is only used during recovery, and so there are no locking * Currently this is only used during recovery, and so there are no locking