Re: postgres startup script, long delay when auth = password
От | Tom Lane |
---|---|
Тема | Re: postgres startup script, long delay when auth = password |
Дата | |
Msg-id | 3968.1019249226@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | postgres startup script, long delay when auth = password ("Dave" <dave@hawk-systems.com>) |
Ответы |
Building perl mods pg:PG or DBD:PG on non-PostgreSQLable machines
|
Список | pgsql-general |
"Dave" <dave@hawk-systems.com> writes: > Is it actually taking that long for the database to start? or is pg_ctl not > picking up on whatever indicator it uses to determine that the database has > indeed started? The "indicator" is whether it can connect with psql or not; unfortunately it is not bright enough to distinguish a password failure from other failures. You might be entertained to read Peter E's commentary near the bottom of pg_ctl (it's only a shell script, feel free to take a look). Perhaps pg_ctl could be enhanced to distinguish connection failures (which is what it really cares about) from authorization failures. Or maybe there's some other way that would address Peter's other gripes. I have no time to think about it, but if anyone wants to work on it ... regards, tom lane
В списке pgsql-general по дате отправления: