From: | Fujii Masao <fujii(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: doc: Document reopen of output file via SIGHUP in pg_recvlogical |
Date: | 2025-07-20 03:04:27 |
Message-ID: | E1udKLi-007BzZ-2v@gemulon.postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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(dot)fujii(at)gmail(dot)com>
Reviewed-by: Shinya Kato <shinya11(dot)kato(at)gmail(dot)com>
Discussion: https://postgr.es/m/0977fc4f-1523-4ecd-8a0e-391af4976367@oss.nttdata.com
Backpatch-through: 13
Branch
------
REL_13_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/ab13b7a8c7bcf6d543a8f87d55359cc0ad261157
Modified Files
--------------
doc/src/sgml/ref/pg_recvlogical.sgml | 10 ++++++++++
1 file changed, 10 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2025-07-21 00:39:36 | Re: pgsql: pg_logicalinspect: Fix possible crash when passing a directory p |
Previous Message | Fujii Masao | 2025-07-20 03:04:14 | pgsql: doc: Document reopen of output file via SIGHUP in pg_recvlogical |