compile warnings on cygwin - make check fails

From: "Andrew Dunstan" <andrew(at)dunslane(dot)net>
To: "PostgreSQL Hackers Mailing List" <pgsql-hackers(at)postgresql(dot)org>
Subject: compile warnings on cygwin - make check fails
Date: 2003-10-10 04:25:01
Message-ID: 01ef01c38ee6$78eb3a90$6401a8c0@DUNSLANE
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2003-10-10 04:26:40 Re: CREATE USER bug
Previous Message Bruce Momjian 2003-10-10 04:01:09 Re: Sun performance - Major discovery!