summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorPeter Eisentraut2017-05-12 17:51:27 +0000
committerPeter Eisentraut2017-05-12 17:51:27 +0000
commitd496a65790734f808789f39e4f63b2790821c2be (patch)
treeeae0b9e4fa2a994f3190c43b6766ebedc6c5460b /src/include
parentc1a7f64b4a720a662ecec809bc9e289f35e887ad (diff)
Standardize "WAL location" terminology
Other previously used terms were "WAL position" or "log position".
Diffstat (limited to 'src/include')
-rw-r--r--src/include/access/timeline.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/timeline.h b/src/include/access/timeline.h
index 05363c68427..c1911feb160 100644
--- a/src/include/access/timeline.h
+++ b/src/include/access/timeline.h
@@ -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.