• Tom Lane's avatar
    Further thoughts about lo_export/lo_import error handling: if one of · 2193beb7
    Tom Lane authored
    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.
    2193beb7
fe-lobj.c 15 KB