Get rid of blinsert()'s use of GenericXLogUnregister().
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| contrib/bloom/blinsert.c | modified | +41 −28 |