pgsql: Reorder code so that we don't have to hold a critical section - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Reorder code so that we don't have to hold a critical section
Date
Msg-id 20051028190019.B5D04DB1FC@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Reorder code so that we don't have to hold a critical section while
reserving SLRU space for a new MultiXact.  The original coding would have
treated out-of-disk-space as a PANIC condition, which is unnecessary.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        multixact.c (r1.10 -> r1.11)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/multixact.c.diff?r1=1.10&r2=1.11)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up AIX build to avoid 'duplicate symbol' warnings, by
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix broken markup.