pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3
Date
Msg-id 20060124163850.89D849DC9AB@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
provided by configure, instead.  Per bug #2205.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/libpq:
        pqcomm.c (r1.182 -> r1.182.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pqcomm.c.diff?r1=1.182&r2=1.182.2.1)
    pgsql/src/interfaces/libpq:
        fe-secure.c (r1.73 -> r1.73.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-secure.c.diff?r1=1.73&r2=1.73.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3
Next
From: gsmet@pgfoundry.org (User Gsmet)
Date:
Subject: pgfouine - pgfouine: minor fix in command line help