as possible. To avoid this behavior, use the -n
parameter.
+
+ In the absence of fatal errors,
pg_receivewal
+ will run until terminated by the SIGINT signal
+ (Control>C>>).
+
+
+
Exit Status
+
+
pg_receivewal will exit with status 0 when
+ terminated by the SIGINT signal. (That is the
+ normal way to end it. Hence it is not an error.) For fatal errors or
+ other signals, the exit status will be nonzero.
+
+
+
+
Environment