Further thoughts about lo_export/lo_import error handling: if one of
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/libpq/fe-lobj.c | modified | +20 −28 |