]> granicus.if.org Git - postgresql/commit
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Jan 2006 16:38:50 +0000 (16:38 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Jan 2006 16:38:50 +0000 (16:38 +0000)
commitb34608fbdda2b872b35400075f724f12aa4f6b13
tree591c5019067c61ed307b1b6cde3b8f0f345e7a68
parent16582d38348e1d9ed14269c9a6a2b9c4255436ad
Fix unportable usage of socklen_t: should use ACCEPT_TYPE_ARG3 macro
provided by configure, instead.  Per bug #2205.
src/backend/libpq/pqcomm.c
src/interfaces/libpq/fe-secure.c