OSDN Git Service

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)
commita037926295d408dab674febb223773269ad55618
tree6dfc936a118f1e07de0f18113fad21eff177ab4f
parenta7de22d8d5bab7c4d98ac33c474ebbad700819c5
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