]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.
authorNathan Bossart <nathan@postgresql.org>
Fri, 11 Jul 2025 16:51:25 +0000 (11:51 -0500)
committerNathan Bossart <nathan@postgresql.org>
Fri, 11 Jul 2025 16:51:25 +0000 (11:51 -0500)
commitbb938e2c3c7a955090f8b68b5bf75d064f6a36a0
treeb873a67165b888f2b6334d4e119e1f99dbfc6e26
parentcd8324cc89a9f95bef9593b11507ebf2b79de72a
Rename CHECKPOINT_IMMEDIATE to CHECKPOINT_FAST.

The new name more accurately reflects 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 "fast" instead of "immediate", too.  Likewise, references to
"immediate" checkpoints in the documentation have been updated to
say "fast".  This is preparatory work for a follow-up commit that
will add a MODE option to the CHECKPOINT command.

Author: Christoph Berg <myon@debian.org>
Discussion: https://postgr.es/m/aDnaKTEf-0dLiEfz%40msg.df7cb.de
12 files changed:
doc/src/sgml/backup.sgml
doc/src/sgml/func.sgml
doc/src/sgml/ref/checkpoint.sgml
doc/src/sgml/ref/pg_basebackup.sgml
src/backend/access/transam/xlog.c
src/backend/commands/dbcommands.c
src/backend/commands/tablespace.c
src/backend/postmaster/checkpointer.c
src/backend/storage/buffer/bufmgr.c
src/backend/tcop/utility.c
src/include/access/xlog.h
src/test/recovery/t/041_checkpoint_at_promote.pl