Re: [HACKERS] select * from ..;vacuum crashes

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>, t-ishii(at)sra(dot)co(dot)jp, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] select * from ..;vacuum crashes
Date: 1998-10-06 04:35:31
Message-ID: 36199E13.F3CB681B@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> > select * from getting; vacuum;
> > does crash the backend with included test data.
> > This time I have tried:
> > begin;
> > select * from getting;
> > vacuum;
> > end;

Oleg, can you try compiling with asserts enabled and see if you can
learn anything new about your vacuum problems? It's probably not related
to this report, but you never know for sure. I can send you this
original message if you did not receive it...

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nick Bastin 1998-10-06 04:37:54 Re: [HACKERS] select * from ..;vacuum crashes
Previous Message Bruce Momjian 1998-10-06 04:35:03 Re: [HACKERS] select * from ..;vacuum crashes