Re: BUG #2205: Compilation error on Tru64: socklen_t in pqcomm.c

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "" <agattik(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #2205: Compilation error on Tru64: socklen_t in pqcomm.c
Date: 2006-01-24 15:47:59
Message-ID: 19059.1138117679@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"" <agattik(at)gmail(dot)com> writes:
> pqcomm.c: In function `pq_getkeepalivesidle':
> pqcomm.c:1186: `socklen_t' undeclared (first use in this function)
> pqcomm.c:1186: (Each undeclared identifier is reported only once
> pqcomm.c:1186: for each function it appears in.)

Thanks for the report. socklen_t should be ACCEPT_TYPE_ARG3 here :-(

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2006-01-24 15:50:22 Re: BUG #2206: error on declare cursor after a close cursor
Previous Message Magnus Hagander 2006-01-24 11:46:43 Re: BUG #2188: win32 version of 8.1.2 is not getting installed