Stefan Kaltenbrunner <[EMAIL PROTECTED]> writes: > WARNING: could not read time zone file > "/home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default": No > such file or directory
> $ ls -l /home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default > -rw-r--r-- 1 pgbuild Administ 28630 Jul 28 20:03 > /home/pgbuild/devel/pginst/share/postgresql/timezonesets/Default > so it's there but as a msys-virtual path - is that get passed to some > win32 function expecting a windows-style path ? Hm. We pass it to fopen(). The equivalent code in pgtz.c generates the path to /timezone files exactly the same way, but uses open() ... is there a difference in what they'll take? regards, tom lane ---------------------------(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