applications hang when calling 'vacuum'

Поиск
Список
Период
Сортировка
От Barnes, Sandy (Sandra)
Тема applications hang when calling 'vacuum'
Дата
Msg-id 4B3EBD3B46D7D21194B30008C7B1C76508CD7269@OLTEX134
обсуждение исходный текст
Ответы Re: applications hang when calling 'vacuum'  (Denis Perchine <dyp@perchine.com>)
Список pgsql-hackers
> 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?
> 
> Sandy Barnes
> email    sandy.barnes@honeywell.com
> 


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Thomas Lockhart
Дата:
Сообщение: Re: [GENERAL] Re: Hardcopy docs available
Следующее
От: Tom Lane
Дата:
Сообщение: Re: RI oddness