pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3
Date: 2006-01-24 16:38:50
Message-ID: 20060124163850.89D849DC9AB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2006-01-24 22:33:42 pgfouine - pgfouine: minor fix in command line help
Previous Message Tom Lane 2006-01-24 16:38:42 pgsql: Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3