pgsql: Improvements to ps message of startup process during Hot Standby. - Mailing list pgsql-committers

From sriggs@postgresql.org (Simon Riggs)
Subject pgsql: Improvements to ps message of startup process during Hot Standby.
Date
Msg-id 20100213162938.59F9B7541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Improvements to ps message of startup process during Hot Standby.
Message is reset earlier and potential bug avoided.

Andres Freund

Modified Files:
--------------
    pgsql/src/backend/storage/ipc:
        standby.c (r1.12 -> r1.13)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/standby.c?r1=1.12&r2=1.13)

pgsql-committers by date:

Previous
From: sriggs@postgresql.org (Simon Riggs)
Date:
Subject: pgsql: Fix relcache init file invalidation during Hot Standby for the
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Don't expose the inline definition of MemoryContextSwitchTo when