mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Standardize "WAL location" terminology
Other previously used terms were "WAL position" or "log position".
This commit is contained in:
@@ -791,7 +791,7 @@
|
||||
<filename>pg_control</filename>. Therefore, at the start of recovery,
|
||||
the server first reads <filename>pg_control</filename> and
|
||||
then the checkpoint record; then it performs the REDO operation by
|
||||
scanning forward from the log position indicated in the checkpoint
|
||||
scanning forward from the log location indicated in the checkpoint
|
||||
record. Because the entire content of data pages is saved in the
|
||||
log on the first page modification after a checkpoint (assuming
|
||||
<xref linkend="guc-full-page-writes"> is not disabled), all pages
|
||||
|
Reference in New Issue
Block a user