pgsql: Try to save a kernel call in ResolveRecoveryConflictWithVirtualX - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Try to save a kernel call in ResolveRecoveryConflictWithVirtualX
Date
Msg-id E1PTdEs-0002fC-4q@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Reset 'ps' display just once when resolving VXID conflicts.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Backpatch plperl GNUmakefile fixes to allow building release 8.2