Alvaro Herrera wrote: > Stefan Kaltenbrunner just let me know via Jabber that there's a warning > in pg_regress.c: > > pg_regress.c: In function `spawn_process': > pg_regress.c:914: warning: missing sentinel in function call > > This small patch would seem to fix it, according to > http://www.linuxonly.nl/docs/sentinel/
You can apply this, but it sure seems like a compiler/include file bug to me, even with the 64-bit explaination. -- Bruce Momjian <[EMAIL PROTECTED]> http://momjian.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match