File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,12 @@ PostgreSQL documentation
7373 as possible. To avoid this behavior, use the <literal>-n</literal>
7474 parameter.
7575 </para>
76+
77+ <para>
78+ In the absence of fatal errors, <application>pg_receivewal</application>
79+ will run until terminated by the <systemitem>SIGINT</systemitem> signal
80+ (<keycombo action="simul"><keycap>Control</><keycap>C</></>).
81+ </para>
7682 </refsect1>
7783
7884 <refsect1>
@@ -348,6 +354,18 @@ PostgreSQL documentation
348354
349355 </refsect1>
350356
357+ <refsect1>
358+ <title>Exit Status</title>
359+
360+ <para>
361+ <application>pg_receivewal</application> will exit with status 0 when
362+ terminated by the <systemitem>SIGINT</systemitem> signal. (That is the
363+ normal way to end it. Hence it is not an error.) For fatal errors or
364+ other signals, the exit status will be nonzero.
365+ </para>
366+
367+ </refsect1>
368+
351369 <refsect1>
352370 <title>Environment</title>
353371
You can’t perform that action at this time.
0 commit comments