Reorder code so that we don't have to hold a critical section while

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a037926295d408dab674febb223773269ad55618
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-10-28T19:00:19Z
Releases: 8.1.0
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.

Files

PathChange+/−
src/backend/access/transam/multixact.c modified +28 −24