Re: Weird error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Philip Molter <philip(at)datafoundry(dot)net>
Cc: Alex Pilosov <alex(at)pilosoft(dot)com>, Alex Knight <knight(at)phunc(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Weird error
Date: 2001-06-27 15:30:54
Message-ID: 8409.993655854@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Philip Molter <philip(at)datafoundry(dot)net> writes:
> I am using 7.1.2.

Drat.

Don't suppose you want to dig in there with a debugger when it happens?
You must be seeing some hard-to-replicate problem in VACUUM's
tuple-chain-moving logic. That stuff is pretty hairy, and I doubt
anyone will be able to intuit what's wrong without close examination
of a failure case.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Thalis A. Kalfigopoulos 2001-06-27 15:36:40 Re: A way of storing variables - will this work?
Previous Message Thalis A. Kalfigopoulos 2001-06-27 15:23:31 Re: Re: Questions about triggers,...