Ensure that pg_largeobject references opened by lo_import() or lo_export()

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

Commit: 9835944e54ace63b040d2d2e78eaa0b78aca1bed
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-09-11T15:56:46Z
Releases: 8.0.0
Ensure that pg_largeobject references opened by lo_import() or lo_export()
will be cleaned up at end of transaction, even when there is no other LO
operation in the transaction.  Per bug report from Daniel Schuchardt.

Files

PathChange+/−
src/backend/libpq/be-fsstubs.c modified +25 −13