Dave Page wrote:
Finally, tsearch2 doesn't look so good.Hmm, is it miscomputing the file path, or what?! ERROR: could not open file "/usr/local/pgsql/share/contrib/english.stop": No such file or directoryHmm, that's the correct path from msys's perspective, but server is certain going to barf because from it's perspective it should be C:\msys\1.0\local\pgsql\share\contrib\english.stop.
What is more, it doesn't seem to account for relocatability, unless I'm mistaken. The "dual world view" issue can be overcome - see the core regression script for an example.
cheers andrew