bug in postgresql-v6.4 on FreeBSD

Поиск
Список
Период
Сортировка
От Edmund Mergl
Тема bug in postgresql-v6.4 on FreeBSD
Дата
Msg-id 9b3a7ab5b9d5204ca2900a932c49f849
обсуждение исходный текст
Список 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 по дате отправления: