doc: Clarify CHECKPOINT handling of unlogged buffers
Daniel Gustafsson <dgustafsson@postgresql.org>
Author:
Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2026-05-25T10:15:29Z
Releases:
19 (unreleased)
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/checkpoint.sgml | modified | +4 −2 |
Discussion
- Small fixes for CHECKPOINT FLUSH_UNLOGGED 2 messages · 2026-05-25