pgsql: Change "checkpoint starting" message to use "wal"

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change "checkpoint starting" message to use "wal"
Date: 2018-12-30 21:24:55
Message-ID: E1gdiZr-0004uA-ND@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change "checkpoint starting" message to use "wal"

This catches up with the recent renaming of all user-facing mentions
of "xlog" to "wal".

Discussion: https://www.postgresql.org/message-id/flat/20181129084708.GA9562%40msg.credativ.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/60d99797bfb07f8042a8b82c161500f6e4a500ec

Modified Files
--------------
src/backend/access/transam/xlog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-12-31 17:39:21 pgsql: Fix oversight in commit b5415e3c2187ab304390524f5ae66b4bd2c58279
Previous Message Tom Lane 2018-12-30 20:40:16 pgsql: Add a hash opclass for type "tid".