compile warnings on cygwin - make check fails
От
Andrew Dunstan
Тема
compile warnings on cygwin - make check fails
Дата
Msg-id
01ef01c38ee6$78eb3a90$6401a8c0@DUNSLANE
Список
Дерево обсуждения
compile warnings on cygwin - make check fails "Andrew Dunstan" <andrew@dunslane.net>
Re: compile warnings on cygwin - make check fails Jason Tishler <jason@tishler.net>
Re: compile warnings on cygwin - make check fails Andrew Dunstan <andrew@dunslane.net>
Re: compile warnings on cygwin - make check fails Jason Tishler <jason@tishler.net>
CVS tip
WinXP/cygwin/gcc version 3.3.1 (cygming special)
gives these
tablecmds.c:3528: warning: dereferencing type-punned pointer will break strict-aliasing rules
execQual.c:749: warning: dereferencing type-punned pointer will break strict-aliasing rules
execQual.c:995: warning: dereferencing type-punned pointer will break strict-aliasing rules
pg_shmem.c:368: warning: passing arg 1 of `shmdt' from incompatible pointer type
execQual.c:749: warning: dereferencing type-punned pointer will break strict-aliasing rules
execQual.c:995: warning: dereferencing type-punned pointer will break strict-aliasing rules
pg_shmem.c:368: warning: passing arg 1 of `shmdt' from incompatible pointer type
proc.c:1016: warning: dereferencing type-punned pointer will break strict-aliasing rules
proc.c:1057: warning: dereferencing type-punned pointer will break strict-aliasing rules
proc.c:1123: warning: dereferencing type-punned pointer will break strict-aliasing rules
command.c:1283: warning: dereferencing type-punned pointer will break strict-aliasing rules
proc.c:1057: warning: dereferencing type-punned pointer will break strict-aliasing rules
proc.c:1123: warning: dereferencing type-punned pointer will break strict-aliasing rules
command.c:1283: warning: dereferencing type-punned pointer will break strict-aliasing rules
make check fails (hangs) consistently on parallel tests
max_connections set to 100, shared_buffers set to 1000 by initdb (CVS version, not mine).
cheers
andrew
В списке pgsql-hackers по дате отправления