This is a discussion on pgsql: Fix lack of repeat-inclusion guard in win32 substitute within the pgsql Committers forums, part of the PostgreSQL category; --> Log Message: ----------- Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. I think this explains the 'implicit declaration ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Log Message: ----------- Fix lack of repeat-inclusion guard in win32 substitute sys/socket.h. I think this explains the 'implicit declaration of function gai_strerror' warnings visible in the current buildfarm report from snake: if sys/socket.h is included again after getaddrinfo.h, the file would merrily undefine the gai_strerror macro. Modified Files: -------------- pgsql/src/include/port/win32/sys: socket.h (r1.5 -> r1.6) (http://developer.postgresql.org/cvsw...?r1=1.5&r2=1.6) ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| Thread Tools | |
| Display Modes | |
|
|