clarify which fields are signed int and which ones are unsigned

2024-12-10 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/17/protocol-message-formats.html Description: I don't see it clearly stated which Int fields are signed and which are unsigned. If it can be assumed that Int is signed and Byte is unsigned th

Re: Clarify old WAL files cannot be removed until they are summarized

2024-12-10 Thread Michael Paquier
On Fri, Oct 18, 2024 at 02:25:15AM +0900, Fujii Masao wrote: > The documentation in wal.sgml explains that old WAL files cannot be > removed or recycled until they are archived (when WAL archiving is used) > or replicated (when using replication slots). However, it did not > mention that, similarly