Re: pg_autovacuum Win32 Service startup delay

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: pg_autovacuum Win32 Service startup delay
Дата
Msg-id 41F5BA7D.7090207@zeut.net
обсуждение исходный текст
Ответ на pg_autovacuum Win32 Service startup delay  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: pg_autovacuum Win32 Service startup delay  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pg_autovacuum Win32 Service startup delay  (Harald Armin Massa <ghum@gmx.net>)
Список pgsql-patches
Dave Page wrote:

>When starting as a service at boot time on Windows, pg_autovacuum may
>fail to start because the PostgreSQL service is still starting up. This
>patch causes the service to attempt a second connection 30 seconds after
>the initial connection failure before giving up entirely.
>
>

In the windows service world, is there any reason pg_autovacuum should
ever give up?  The reason I had it give up was so that it didn't
accidently run against a different postgresql instance.  I don't think
that will happen in the windows service world.  I think it should keep
trying to do it's job until it's told to exit.

Matthew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: add regression test for #1433
Следующее
От: Kris Jurka
Дата:
Сообщение: add soundex difference function to contrib/fuzzystrmatch