Re: large objects - Mailing list pgsql-hackers

From Tom Lane
Subject Re: large objects
Date
Msg-id 25627.1054908113@sss.pgh.pa.us
Whole thread Raw
In response to large objects  ("Nigel J. Andrews" <nandrews@investsystems.co.uk>)
List pgsql-hackers
"Nigel J. Andrews" <nandrews@investsystems.co.uk> writes:
> Now, I did a little bit of testing and when doing a \lo_export <oid>
> <filename> in psql connected via localhost a SIGPIPE is generated in
> write() in libc and psql quit, without printing any message to the
> terminal.  Perhaps interestingly
> the file that gets written is always 65536 bytes long.

Hm.  Are you using an SSL connection?  There are some known bugs in the
SSL support in 7.3.1.  It's supposed to be fixed in 7.3.3, though I've
not tried it myself.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Nigel J. Andrews"
Date:
Subject: Re: large objects
Next
From: Eric D Nielsen
Date:
Subject: Debugging tool for viewing parse trees?