- Original Message -
From: "Tom Lane"
If you're on Windows this probably means that GetShortPathName() is
failing. I'm not sure what conditions cause that, exactly. It might be
a good idea if we fixed pg_config to print out the error code rather
than just silently failing.
I think
From: "Dave Page"
Sent: Friday, March 03, 2006 8:24 AM
It might be that short filenames are disabled - George, what's the value
of the registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisab
le8dot3NameCreation
Hi Dave;
The value is 0. Does that mean shor
On March 2 Tom Lane wrote:
If you're on Windows this probably means that GetShortPathName() is
failing. I'm not sure what conditions cause that, exactly. It might be
a good idea if we fixed pg_config to print out the error code rather
than just silently failing.
Hi Tom,
I am using Windows
Hi Everyone,
I'm not sure of the detail behind winsup/cygwin/localtime.cc, but there are
problems with how Cygwin handles dates and times on Windows.
See http://www.cygwin.com/ml/cygwin/2003-07/msg01016.html.
If there is any relevance, I think it is imperative that the Win32 version
of PostgreSQ