pgsql: Adjust recovery PS display as agreed with Simon: 'waiting for - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Adjust recovery PS display as agreed with Simon: 'waiting for
Date
Msg-id 20070930172856.CC3AA753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Adjust recovery PS display as agreed with Simon: 'waiting for XXX'
while the restore_command does its thing, then 'recovering XXX' while
processing the segment file.  These operations are heavyweight enough
that an extra PS display set shouldn't bother anyone.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.284 -> r1.285)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.284&r2=1.285)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Properly mark mergeable/hashable equality operators (found by
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: In hopes of un-breaking the buildfarm, add missing file from