Further thoughts about lo_export/lo_import error handling: if one of

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

Commit: 2193beb76104507acc3ecd7c2cc2394d092d0706
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-06-14T17:49:25Z
Releases: 8.2.0
Further thoughts about lo_export/lo_import error handling: if one of
the lower-level large object functions fails, it will have already set
a suitable error message --- probably something from the backend ---
and it is not useful to overwrite that with a generic 'error while
reading large object' message.  So remove redundant messages.

Files

PathChange+/−
src/interfaces/libpq/fe-lobj.c modified +20 −28