pgsql: Need to hold ControlFileLock while updating control file. - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Need to hold ControlFileLock while updating control file.
Date
Msg-id 20100503111753.347AC7541D2@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Need to hold ControlFileLock while updating control file. Update
minRecoveryPoint in control file when replaying a parameter change record,
to ensure that we don't allow hot standby on WAL generated without
wal_level='hot_standby' after a standby restart.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.408 -> r1.409)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.408&r2=1.409)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Change wording so that you don't need to understand that
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Remove spurious dot, per bug #5446 reported by