Confused about a statement in WAL configs

From: finzelj(at)gmail(dot)com
To: pgsql-docs(at)postgresql(dot)org
Subject: Confused about a statement in WAL configs
Date: 2017-07-31 13:16:09
Message-ID: 20170731131609.1449.28453@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.6/static/wal-configuration.html
Description:

In this section:

"At checkpoint time, all dirty data pages are flushed to disk and a special
checkpoint record is written to the log file. (The change records were
previously flushed to the WAL files.)"

I am confused by what the part in parenthesis means by "previously". This
may only reflect my ignorance, but I don't know if "previously" means "in
previous versions of Postgres" or "before the checkpoint" or something
else.

Mostly because of this, I don't understand what this statement means. Thank
you.

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message David G. Johnston 2017-07-31 15:04:48 Re: Confused about a statement in WAL configs
Previous Message ladayaroslav 2017-07-30 16:26:12 Client interface for Tcl