Re: [HACKERS] AIX Compilation Fun with 7.5 CVS

2004-05-20 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > It is strange you are having this problem with finfo only in pg_dump > because it is used a lot in the backend. Yeah, but the other places are local variable names and so don't conflict with a global function name. regards, tom l

Re: [HACKERS] AIX Compilation Fun with 7.5 CVS

2004-05-20 Thread Tom Lane
Chris Browne <[EMAIL PROTECTED]> writes: > CUT0 may be _equivalent_ to GMT, but PostgreSQL isn't aware of it as > such, so inserts into the table epp_whois_cachemgr were failing with > much the same error message shown below: It will probably be more practical to fix this after Magnus' timezone pa

Re: [HACKERS] AIX Compilation Fun with 7.5 CVS

2004-05-20 Thread Bruce Momjian
Your timezone testing will have to wait for the unix timezone code to be added in a few days. It is strange you are having this problem with finfo only in pg_dump because it is used a lot in the backend. Looking at the warning, it looks like it doesn't like that 'static' specification. If you r