freeaddrinfo2() does need two parameters after all, per comment by

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cdfb3d99811d4b1c99c2e0c29ff8cba5043f0c91
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-06-09T17:59:19Z
Releases: 7.4.1
freeaddrinfo2() does need two parameters after all, per comment by
Kurt Roeckx.  Add some documentation to try to prevent others from
repeating my mistake.

Files

PathChange+/−
src/backend/libpq/ip.c modified +31 −18
src/backend/libpq/pqcomm.c modified +8 −9
src/include/libpq/ip.h modified +2 −2
src/interfaces/libpq/fe-connect.c modified +5 −4
src/interfaces/libpq/libpq-int.h modified +2 −1