Re: [HACKERS] select * from ..;vacuum crashes - Mailing list pgsql-hackers

From Nick Bastin
Subject Re: [HACKERS] select * from ..;vacuum crashes
Date
Msg-id 36199EA0.8AA914C3@rbbsystems.com
Whole thread Raw
In response to RE: [HACKERS] select * from ..;vacuum crashes  ("Taral" <taral@mail.utexas.edu>)
List 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.

pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] select * from ..;vacuum crashes
Next
From: Bruce Momjian
Date:
Subject: Open 6.4 items