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

From: Nick Bastin <nbastin(at)rbbsystems(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] select * from ..;vacuum crashes
Date: 1998-10-06 04:37:54
Message-ID: 36199EA0.8AA914C3@rbbsystems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Taral wrote:
>
> > begin;
> > select * from getting;
> > vacuum;
> > end;
>
> Question: Does the following really make sense?

I'm glad somebody asked this, since I was beginning to wonder if I was missing
something. My vote would be to disable vacuum in a transaction, since it
doesn't make a whole lot of sense anyhow.

--
Nick Bastin
RBB Systems, Inc.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas G. Lockhart 1998-10-06 04:40:06 Re: [HACKERS] Dumping of views -- done!
Previous Message Thomas G. Lockhart 1998-10-06 04:35:31 Re: [HACKERS] select * from ..;vacuum crashes