Reorder code so that we don't have to hold a critical section while
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Oct 2005 19:00:19 +0000 (19:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 28 Oct 2005 19:00:19 +0000 (19:00 +0000)
commitdd2d263e11d8e5cf67291c786e06eab58a088239
treea23d0ee9bf7a0ded6c57c93c7c1e2fb6f0ae1623
parent071881dba6da50edaaeb443d54d402c96dd4f14d
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.
src/backend/access/transam/multixact.c