pgsql: Make recovery show the current input WAL segment name in the - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make recovery show the current input WAL segment name in the
Date
Msg-id 20070929183256.75588753E4C@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make recovery show the current input WAL segment name in the startup
process' PS display.  After a suggestion by Simon (not exactly his
patch though).

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Disallow CLUSTER using an invalid index (that is, one left over
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Support functions for index opclasses should be immutable.