Ensure that catcache 'busy' flags are reset at transaction abort.

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

Commit: 925418d2fa9c8548de23df44d97d2db214839ba4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-08-06T04:17:47Z
Releases: 7.1.1
Ensure that catcache 'busy' flags are reset at transaction abort.
Without this, an elog during cache-entry load leaves that catcache
unusable.  elog in that segment of code is pretty unusual but it can
happen.

Files