On Fri, Dec 17, 2010 at 9:52 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Robert Haas <rhaas(at)postgresql(dot)org> writes:
>> 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.
>
> I imagine the reason for the original coding was to avoid a useless
> gettimeofday kernel call in the common case that there are no
> conflicting xacts to wait for. Could we restore that behavior?
Something like the attached?
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
In response to
Responses
pgsql-hackers by date
| Next: | From: Tom Lane | Date: 2010-12-17 16:18:35 |
| Subject: Re: bug in SignalSomeChildren |
| Previous: | From: Tom Lane | Date: 2010-12-17 16:12:17 |
| Subject: Re: bug in SignalSomeChildren |
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2010-12-17 16:20:27 |
| Subject: Re: [COMMITTERS] pgsql: Reset 'ps' display just once when resolving VXID conflicts. |
| Previous: | From: Tom Lane | Date: 2010-12-17 14:52:04 |
| Subject: Re: pgsql: Reset 'ps' display just once when resolving VXID conflicts. |