mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
Standardize "WAL location" terminology
Other previously used terms were "WAL position" or "log position".
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
/*
|
||||
* A list of these structs describes the timeline history of the server. Each
|
||||
* TimeLineHistoryEntry represents a piece of WAL belonging to the history,
|
||||
* from newest to oldest. All WAL positions between 'begin' and 'end' belong to
|
||||
* from newest to oldest. All WAL locations between 'begin' and 'end' belong to
|
||||
* the timeline represented by the entry. Together the 'begin' and 'end'
|
||||
* pointers of all the entries form a contiguous line from beginning of time
|
||||
* to infinity.
|
||||
|
Reference in New Issue
Block a user