Re: applications hang when calling 'vacuum'

From: Denis Perchine <dyp(at)perchine(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: applications hang when calling 'vacuum'
Date: 2001-04-27 03:23:39
Message-ID: 20010427031433.A6A4E1C6E5@mx.webmailstation.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thursday 26 April 2001 23:36, Barnes, Sandy (Sandra) wrote:
> > We are currently calling 'vacuum' from within our code, using the psql++
> > PgDatabase ExecCommandOk() to send the SQL statement 'vacuum'. I seems
> > to work when we only have one process running, but when two processes
> > (both invoking the vacuum) are running it immediately hangs. Some
> > postgres processes exist... one 'idle' and one 'VACUUM'. The
> > applications hang. I tried using the PgTransaction class to invoke the
> > SQL but received an error stating that vacuum cannot be run in a
> > transaction.
> > Any ideas?

Can confirm this. This is also the case on my systems. I already told about
this some time ago. There was no reply...

--
Sincerely Yours,
Denis Perchine

----------------------------------
E-Mail: dyp(at)perchine(dot)com
HomePage: http://www.perchine.com/dyp/
FidoNet: 2:5000/120.5
----------------------------------

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2001-04-27 04:07:38 7.1 startup recovery failure
Previous Message Dominic J. Eidson 2001-04-26 23:37:46 PAM Authentication for PostgreSQL...