Обсуждение: bug in postgresql-v6.4 on FreeBSD

Поиск
Список
Период
Сортировка

bug in postgresql-v6.4 on FreeBSD

От
Edmund Mergl
Дата:
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