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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all
Date
Msg-id 20061019231740.1DE909FB3B9@postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clarify note about interaction of log_statement logging with
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,