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

From [email protected] (Tom Lane)
Subject pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all
Date
Msg-id [email protected]
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: [email protected] (Tom Lane)
Date:
Subject: pgsql: Clarify note about interaction of log_statement logging with
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,