pg_dump Segmentation fault(core dumped) - Mailing list pgsql-bugs

From Vadim I. Passynkov
Subject pg_dump Segmentation fault(core dumped)
Date
Msg-id 3A9A916F.D689ACF0@axxent.ca
Whole thread Raw
Responses Re: pg_dump Segmentation fault(core dumped)  (Gena Gurchonok <gena@rt.mipt.ru>)
List pgsql-bugs
Hi All,

pg_dump -o mydb

CREATE TABLE pgdump_oid (dummy int4);
COPY pgdump_oid WITH OIDS FROM stdin;
19915066        0
\.
DROP TABLE pgdump_oid;
PQgetvalue: ERROR! tuple number 0 is out of range 0..-1
Segmentation fault(core dumped)

What it means, and how realy dump database.
--

 Vadim I. Passynkov, Axxent Corp.
 mailto:vip@axxent.ca

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Strangeness/bug when working with my own datatype in P ostgreSQL
Next
From: pgsql-bugs@postgresql.org
Date:
Subject: Intermittent Regression test failure in create_misc