Re: [HACKERS] 64 bit version on Solaris 7...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] 64 bit version on Solaris 7...
Дата
Msg-id 3555.927234954@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 64 bit version on Solaris 7...  ("Matthew C. Aycock" <matt@mathcs.emory.edu>)
Список pgsql-hackers
"Matthew C. Aycock" <matt@mathcs.emory.edu> writes:
> I have been able to hack enough to get it to bulild and install, but when
> trying to connect with psql over unix domain socket, the server does not know
> that it is a local connection and says there is no pg_hba.conf entry.

Sounds like you need to trace through src/backend/libpq/hba.c and figure
out why it's failing to match the hba.conf entry.  Probably some silly
little bit of machine-dependent coding, but I don't see it offhand...
shouldn't be too hard to narrow it down with a debugger attached to the
postmaster process, however.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Postgres 6.4.2 connection problem solved
Следующее
От: Brian P Millett
Дата:
Сообщение: Makefile Patch