Re: [HACKERS] PostgreSQL libraries - PThread Support, but

Поиск
Список
Период
Сортировка
От Kurt Roeckx
Тема Re: [HACKERS] PostgreSQL libraries - PThread Support, but
Дата
Msg-id 20030614184443.GA21752@ping.be
обсуждение исходный текст
Ответ на Re: [HACKERS] PostgreSQL libraries - PThread Support, but  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: [HACKERS] PostgreSQL libraries - PThread Support, but  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
On Sat, Jun 14, 2003 at 02:20:44PM -0400, Bruce Momjian wrote:
>
> This patch handles two more gethostbyname calls.
>
[...]
> diff -c -c -r1.24 fe-secure.c
> *** src/interfaces/libpq/fe-secure.c    14 Jun 2003 17:49:54 -0000    1.24
> --- src/interfaces/libpq/fe-secure.c    14 Jun 2003 18:08:54 -0000
> ***************
> *** 453,460 ****
>       if (addr.sa_family == AF_UNIX)
>           return 0;
>
>       /* what do we know about the peer's common name? */
> !     if ((h = gethostbyname(conn->peer_cn)) == NULL)
>       {
>           printfPQExpBuffer(&conn->errorMessage,
>           libpq_gettext("could not get information about host (%s): %s\n"),

That code is inside #ifdef NOT_USED, which is why I didn't change
it in my ipv6 patch.

Should I convert that function to use getaddrinfo too?

Others I didn't change where pg_krb4_sendauth() and
pg_krb5_sendauth(), because I don't have a clue about kerberos.



Kurt


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PostgreSQL libraries - PThread Support, but
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] PostgreSQL libraries - PThread Support, but