Check for and use <netdb.h> for postmaster.c, instead of checking if
Marc G. Fournier <scrappy@hub.org>
Check for and use <netdb.h> for postmaster.c, instead of checking if MAXHOSTNAMELEN is defined. For some reason, my 2.5.1 Solaris box at work fails on that check...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +2 −2 |
| src/configure | modified | +1 −1 |
| src/configure.in | modified | +1 −1 |
| src/include/config.h.in | modified | +3 −0 |