pgsql: Try to save a kernel call in ResolveRecoveryConflictWithVirtualX

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try to save a kernel call in ResolveRecoveryConflictWithVirtualX
Date: 2010-12-17 16:33:02
Message-ID: E1PTdEs-0002fC-4q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.

If there's no work to be done, just exit quickly, before initialization.

Branch
------
master

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

Modified Files
--------------
src/backend/storage/ipc/standby.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-12-17 16:34:48 Re: [COMMITTERS] pgsql: Reset 'ps' display just once when resolving VXID conflicts.
Previous Message Tom Lane 2010-12-17 16:20:27 Re: [COMMITTERS] pgsql: Reset 'ps' display just once when resolving VXID conflicts.