Get rid of blinsert()'s use of GenericXLogUnregister().

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

Commit: 80cf18910c8edf2575c306dde9ead192bdb0863a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-04-09T19:39:14Z
Releases: 9.6.0
Get rid of blinsert()'s use of GenericXLogUnregister().

That routine is dangerous, and unnecessary once we get rid of this
one caller.

In passing, fix failure to clean up temp memory context, or switch
back to caller's context, during slowest exit path.

Files

PathChange+/−
contrib/bloom/blinsert.c modified +41 −28