]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Clarify CHECKPOINT handling of unlogged buffers
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 May 2026 10:15:29 +0000 (12:15 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 25 May 2026 10:15:29 +0000 (12:15 +0200)
commit377cc45194f4f1bd6eb68bd6eb42402e46e326d7
tree74ae4cd6878813345d0f058be9022199a640cfd9
parent7e5d8bd013e1fa3502d58de399815dedb81807c6
doc: Clarify CHECKPOINT handling of unlogged buffers

The CHECKPOINT reference page still described checkpoints as flushing
all data files, which could be misleading as it depends on the value
of FLUSH_UNLOGGED option.  Update the description to make it clearer
that only data files of permanent relations are flushed by default.

Author: Chao Li <lic@highgo.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/4855807D-F1CA-44E6-9B58-406691832848@gmail.com
doc/src/sgml/ref/checkpoint.sgml