freeaddrinfo2() does need two parameters after all, per comment by
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |