pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all
Дата
Msg-id 20061019231740.1DE909FB3B9@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Try to fix the AIX getaddrinfo mess in a way that works on all versions.
Going to wait for buildfarm results before backpatching, this time.

Modified Files:
--------------
    pgsql/src/backend/libpq:
        ip.c (r1.37 -> r1.38)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/ip.c.diff?r1=1.37&r2=1.38)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Clarify note about interaction of log_statement logging with
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,