bug in postgresql-v6.4 on FreeBSD - Mailing list pgsql-bugs

From Edmund Mergl
Subject bug in postgresql-v6.4 on FreeBSD
Date
Msg-id 9b3a7ab5b9d5204ca2900a932c49f849
Whole thread Raw
List pgsql-bugs
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.


Edmund
- --
Edmund Mergl          mailto:E.Mergl@bawue.de
Im Haldenhau 9        http://www.bawue.de/~mergl
70565 Stuttgart       fon: +49 711 747503
Germany

pgsql-bugs by date:

Previous
From: SL Baur
Date:
Subject: Semantic error in `CREATE VIEW' breaks database
Next
From: Unprivileged user
Date:
Subject: General Bug Report: Compile of scan.c failed do to missing /* in comment