]> git.ipfire.org Git - thirdparty/postgresql.git/commit
doc: Document reopen of output file via SIGHUP in pg_recvlogical.
authorFujii Masao <fujii@postgresql.org>
Sun, 20 Jul 2025 02:58:31 +0000 (11:58 +0900)
committerFujii Masao <fujii@postgresql.org>
Sun, 20 Jul 2025 02:59:46 +0000 (11:59 +0900)
commit6cf5b10ce96c0aa24ce2129fcc7b53fc836608e5
treeddee97bd06a7299e822e6dcdb7696d2f5c0f0437
parent226c5674540f8bc5144e9ba9a83f12977ba4203c
doc: Document reopen of output file via SIGHUP in pg_recvlogical.

When pg_recvlogical receives a SIGHUP signal, it closes the current
output file and reopens a new one. This is useful since it allows us to
rotate the output file by renaming the current file and sending a SIGHUP.

This behavior was previously undocumented. This commit adds
the missing documentation.

Back-patch to all supported versions.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Shinya Kato <shinya11.kato@gmail.com>
Discussion: https://postgr.es/m/0977fc4f-1523-4ecd-8a0e-391af4976367@oss.nttdata.com
Backpatch-through: 13
doc/src/sgml/ref/pg_recvlogical.sgml