Re: BUG #4691: Installation error

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: BUG #4691: Installation error
Дата
Msg-id 937d27e10903041358x8e7814u52673dd79777753c@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #4691: Installation error  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Wed, Mar 4, 2009 at 9:47 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Dave Page <dpage@pgadmin.org> writes:

>> initdb will bail out before it gets to that point if it can't find postg=
res.exe.
>
> Hmm. =A0Maybe the complaints actually come from failing to load some DLL
> that postgres.exe needs.

We don't delay-load anything, so we'd see the failure when initdb
calls find_other_exec to validate the version of postgres.exe. That
would fail, and initdb would abort. Besides - Windows always spits out
DLL not found messages in a message box for some annoying reason.

>> I'm wondering about the use of Windows Embedded. I'm not sure if
>> anyone has ever tested that - and personally I have no idea whether it
>> may be cut down in ways that may affect Postgres.
>
> ... which would fit with the missing-DLL theory.

I was wondering if there are limitations or incompatibilities in the
ipc apis for example.


--=20
Dave Page
EnterpriseDB UK:   http://www.enterprisedb.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #4691: Installation error
Следующее
От: "trainee"
Дата:
Сообщение: BUG #4694: uppercase path cause postgres can't start