From: | Robert Haas <rhaas(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Reset 'ps' display just once when resolving VXID conflicts. |
Date: | 2010-12-17 13:34:32 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Reset 'ps' display just once when resolving VXID conflicts.
This prevents the word "waiting" from briefly disappearing from the ps
status line when ResolveRecoveryConflictWithVirtualXIDs begins a new
iteration of the outer loop.
Along the way, remove some useless pgstat_report_waiting() calls;
the startup process doesn't appear in pg_stat_activity.
Fujii Masao
Branch
------
master
Modified Files
--------------
src/backend/storage/ipc/standby.c | 30 +++++++++++++-----------------
1 files changed, 13 insertions(+), 17 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2010-12-17 14:52:04 | Re: pgsql: Reset 'ps' display just once when resolving VXID conflicts. |
Previous Message | Robert Haas | 2010-12-17 01:58:03 | pgsql: Waiting for complete startup is now a well-defined operation. |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-12-17 13:35:16 | Re: PS display and standby query conflict |
Previous Message | Robert Haas | 2010-12-17 13:08:04 | Re: bug in SignalSomeChildren |