pgsql: Reset walsender ps title in the main loop

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reset walsender ps title in the main loop
Date: 2011-01-11 09:06:21
Message-ID: E1PcaBJ-0005aO-Ep@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=b7ebda9d8c6f78b3bb31247531d0ef0e64b32a16

Modified Files
--------------
src/backend/replication/walsender.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-11 09:08:59 Re: [COMMITTERS] pgsql: Set process title to indicate base backup is running
Previous Message Heikki Linnakangas 2011-01-11 08:50:00 Re: [COMMITTERS] pgsql: Set process title to indicate base backup is running