Re: Instability in copying large quantities of data

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: fabrizio(dot)ermini(at)sysdat(dot)it
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Instability in copying large quantities of data
Date: 2000-09-04 16:34:25
Message-ID: 14308.968085265@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

fabrizio(dot)ermini(at)sysdat(dot)it writes:
> version. The problem is that the COPY of the data, apparently,
> sometimes leaves a table in an inconsistent state.
> The command doesn't throw any error, but when I try to SELECT or
> VACUUM that table the backend dumps core.

Backtrace from core file, please? (Compiling the backend with -g
first would improve the usefulness of the trace, but it might tell
us something even without.)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ian Turner 2000-09-04 16:38:15 Re: subselect in CHECK constraint?
Previous Message Tom Lane 2000-09-04 15:59:56 Re: subselect in CHECK constraint?