From d496a65790734f808789f39e4f63b2790821c2be Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 12 May 2017 13:51:27 -0400 Subject: Standardize "WAL location" terminology Other previously used terms were "WAL position" or "log position". --- src/include/access/timeline.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') 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. -- cgit v1.2.3