Skip to content
Snippets Groups Projects
Commit b7ebda9d authored by Magnus Hagander's avatar Magnus Hagander
Browse files

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
Branches
Tags
No related merge requests found
......@@ -179,6 +179,8 @@ WalSndHandshake(void)
{
int firstchar;
set_ps_display("idle", false);
/* Wait for a command to arrive */
firstchar = pq_getbyte();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment