pg_dump Segmentation fault(core dumped)

From: "Vadim I(dot) Passynkov" <pvi(at)axxent(dot)ca>
To: "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org>
Subject: pg_dump Segmentation fault(core dumped)
Date: 2001-02-26 17:25:03
Message-ID: 3A9A916F.D689ACF0@axxent.ca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)axxent(dot)ca

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-02-26 18:09:12 Intermittent Regression test failure in create_misc
Previous Message Tom Lane 2001-02-26 15:37:04 Re: Strangeness/bug when working with my own datatype in P ostgreSQL