Re: pg_receivewal and SIGTERM
Christoph Berg <myon@debian.org>
From: Christoph Berg <myon@debian.org>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: Daniel Gustafsson <daniel@yesql.se>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-08-16T13:56:45Z
Lists: pgsql-hackers
Attachments
Re: Bharath Rupireddy > Don't we need a similar explanation [1] for pg_recvlogical docs? > > [1] > <para> > In the absence of fatal errors, <application>pg_receivewal</application> > - will run until terminated by the <systemitem>SIGINT</systemitem> signal > - (<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>). > + will run until terminated by the <systemitem>SIGINT</systemitem> > + (<keycombo action="simul"><keycap>Control</keycap><keycap>C</keycap></keycombo>) > + or <systemitem>SIGTERM</systemitem> signal. Coped that from pg_receivewal(1) now. Christoph
Commits
-
Handle SIGTERM in pg_receivewal and pg_recvlogical
- 8b60db774356 16.0 landed
-
doc: Add missing parenthesis to keycombo
- 6cbed0ec791f 16.0 landed
- 207fc7546644 15.0 landed