I'm just seeing these kind of compiler warnings in current HEAD:
pgstat.c: In function ‘pgstat_report_activity’:
pgstat.c:2276: warning: passing argument 1 of
‘__dtrace_probe$postgresql$statement__status$v1$63686172202a’ discards
qualifiers from pointer target type
There are more of them (e.g. postgres.c), all passing a const char pointer.
Platform is Snow Leopard, 10.6.2, gcc 4.2.1
--
Thanks
Bernd