Re: [BUGS] bug in postgresql-v6.4 on FreeBSD - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: [BUGS] bug in postgresql-v6.4 on FreeBSD
Date
Msg-id 24b02f8a70cae2cfc94dd2396b0afd60
Whole thread Raw
List pgsql-bugs
[Charset iso-8859-2 unsupported, filtering to ASCII...]
> Hi,
>
> here is a bug which is reproducible on FreeBSD-2.2.6
> as well as on FreeBSD-2.2.7:
>
>
> nadia:mergl> echo -n "testing large objects using blob_read" >/tmp/gaga
> nadia:mergl> createdb pgtest
> nadia:mergl> psql pgtest
> ...
> pgtest=> CREATE TABLE lobject ( id int4, loid oid );
> CREATE
> pgtest=> INSERT INTO lobject (id, loid) VALUES (1, lo_import('/tmp/gaga'));
> pqReadData() -- backend closed the channel unexpectedly.
>         This probably means the backend terminated abnormally before or while processing the request.
> We have lost the connection to the backend, so further processing is impossible.  Terminating.

Yes, we had this bug in 6.4.  We are planning a 6.4.1 release on Friday,
that should fix this.

- --
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-bugs by date:

Previous
From: "Billy G. Allie"
Date:
Subject: Bug report: PL/pgSQL and mixed case table/field names.
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] postgresql/c.h typedefs Size as 'unsigned int' (fwd)