Re: large objects

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nigel J(dot) Andrews" <nandrews(at)investsystems(dot)co(dot)uk>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: large objects
Date: 2003-06-06 14:01:53
Message-ID: 25627.1054908113@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

"Nigel J. Andrews" <nandrews(at)investsystems(dot)co(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Nigel J. Andrews 2003-06-06 14:09:27 Re: large objects
Previous Message Stephan Szabo 2003-06-06 13:32:13 Re: Nulls get converted to 0 problem

Browse pgsql-hackers by date

  From Date Subject
Next Message Nigel J. Andrews 2003-06-06 14:09:27 Re: large objects
Previous Message Eric D Nielsen 2003-06-06 13:57:51 Debugging tool for viewing parse trees?