Commit b7ebda9d authored by Magnus Hagander's avatar Magnus Hagander

Reset walsender ps title in the main loop

When in streaming mode we can never get out, so it will never
be required, but after a base backup (or other operations)
we can get back to the loop, so the title needs to be cleared.
parent 2e36343f
......@@ -179,6 +179,8 @@ WalSndHandshake(void)
{
int firstchar;
set_ps_display("idle", false);
/* Wait for a command to arrive */
firstchar = pq_getbyte();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment