*** a/doc/src/sgml/wal.sgml --- b/doc/src/sgml/wal.sgml *************** *** 448,455 **** There will always be at least one WAL segment file, and will normally ! not be more than (2 + checkpoint_completion_target) * checkpoint_segments + 1 ! or checkpoint_segments + + 1 files. Each segment file is normally 16 MB (though this size can be altered when building the server). You can use this to estimate space requirements for WAL. --- 448,454 ---- There will always be at least one WAL segment file, and will normally ! not be more than (2 + checkpoint_completion_target) * checkpoint_segments + + 1 files. Each segment file is normally 16 MB (though this size can be altered when building the server). You can use this to estimate space requirements for WAL.