pgsql: Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.
Date
Msg-id E1uaGyn-005mrE-1g@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename CHECKPOINT_FLUSH_ALL to CHECKPOINT_FLUSH_UNLOGGED.

The new name more accurately relects the effects of this flag on a
requested checkpoint.  Checkpoint-related log messages (i.e., those
controlled by the log_checkpoints configuration parameter) will now
say "flush-unlogged" instead of "flush-all", too.  This is
preparatory work for a follow-up commit that will add a
FLUSH_UNLOGGED option to the CHECKPOINT command.

Author: Christoph Berg <myon@debian.org>
Discussion: https://postgr.es/m/aDnaKTEf-0dLiEfz%40msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cd8324cc89a9f95bef9593b11507ebf2b79de72a

Modified Files
--------------
src/backend/access/transam/xlog.c   | 6 +++---
src/backend/commands/dbcommands.c   | 4 ++--
src/backend/storage/buffer/bufmgr.c | 6 +++---
src/include/access/xlog.h           | 3 +--
4 files changed, 9 insertions(+), 10 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Force LC_NUMERIC to C while running TAP tests.
Next
From: Jacob Champion
Date:
Subject: pgsql: oauth: Run Autoconf tests with correct compiler flags