Re: [HACKERS] Postgres 6.4.2 connection problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Postgres 6.4.2 connection problem
Дата
Msg-id 3056.927220409@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Postgres 6.4.2 connection problem  (Andy Farrell <andy_farrell@itd.sterling.com>)
Список pgsql-hackers
Andy Farrell <andy_farrell@itd.sterling.com> writes:
> Connect DB(): getprotobyname failed

> Any idea what causes this error message?

Just what it says: getprotobyname() failed --- there is only one
place in libpq that can generate that message.

Now, *why* it failed is a more interesting question; that really
shouldn't happen in a machine with functioning TCP/IP support.

My guess is that this new machine is not as close to being an
identical platform as you thought, and that you need to rebuild
the Postgres libraries and binaries from source.

It's also possible that there's something wrong with the
/etc/protocols file on the new machine, but if that were the
case then very little would be working...
        regards, tom lane


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

Предыдущее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: PL installation
Следующее
От: jwieck@debis.com (Jan Wieck)
Дата:
Сообщение: Re: [HACKERS] Trigger - Rewrite question with 6.5beta