Re: [HACKERS] build error

2009-08-16 Thread vanek
Uh, it works for everybody else. What platform are you testing on? (The kernel version isn't a real helpful answer, since it's unlikely this is a kernel issue.) While I'm not certain how it would lead to this exact failure, one thing to check is that your machine's clock is set correctly --- fil

[HACKERS] build error

2009-08-16 Thread vanek
The fmgroids.h file was incorrectly being generated by shell script Gen_fmgrtab.sh, so I had to fix the makefile so that instead of the shell script generating the .h file, perl generated it: #fmgroids.h fmgrtab.c: Gen_fmgrtab.sh $(top_srcdir)/src/include/catalog/pg_proc.h