compile warnings on cygwin - make check fails - Mailing list pgsql-hackers

From Andrew Dunstan
Subject compile warnings on cygwin - make check fails
Date
Msg-id 01ef01c38ee6$78eb3a90$6401a8c0@DUNSLANE
Whole thread Raw
Responses Re: compile warnings on cygwin - make check fails  (Jason Tishler <jason@tishler.net>)
List pgsql-hackers
 
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
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
 
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 by date:

Previous
From: Christopher Browne
Date:
Subject: Re: 2-phase commit
Next
From: Neil Conway
Date:
Subject: Re: CREATE USER bug