Alvaro Herrera <[EMAIL PROTECTED]> writes: > Nothing fatal? Huh, you have a curious idea about warnings. This makes > me think you have the wrong headers or something -- the argument > mentioned in all these cases is bool, so maybe there is an ABI > incompatibility somewhere.
Yeah, and it's hardly difficult to see how that might lead to the reported "null prosrc" error, either. bool isnull; ... prosrcdatum = SysCacheGetAttr(PROCOID, procTup, Anum_pg_proc_prosrc, &isnull); if (isnull) elog(ERROR, "null prosrc"); > Perhaps a Perl header is redefining "bool" on your platform? Seems the question is not so much about OS X as it is about what perl you're using ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings