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

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: 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:14:05
Message-ID: 199810060414.NAA04445@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>You must enable Assert to see the crash.

I saw the crash without assertion enabled? This is FreeBSD 2.2.6.

>The cause may be because you are doing a vacuum INSIDE a transaction. I
>think that also explains the psql -e thing, because that does both
>commands in the same transaction.
>
>Perhaps we need to disable vacuum inside transactions. Vadim?

FYI, it is reported that 6.3.2 does not have the crash.
--
Tatsuo Ishii
t-ishii(at)sra(dot)co(dot)jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-06 04:33:24 Open 6.4 items
Previous Message Taral 1998-10-06 04:13:24 RE: [HACKERS] select * from ..;vacuum crashes