Re: pg_restore error message during ENOSPC with largeobj - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_restore error message during ENOSPC with largeobj
Date
Msg-id 224575.1603038456@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_restore error message during ENOSPC with largeobj  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wrote:
> Isn't the real problem that lo_write returns int, not size_t?

After looking at it some more, I decided that we'd just been lazy
to begin with: we should be handling this as a regular SQL error
condition.  Pushed at 929c69aa19.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Noah Misch
Date:
Subject: Re: public schema default ACL
Next
From: Tom Lane
Date:
Subject: Non-configure build of thread_test has been broken for awhile