Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread George Weaver
- 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

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread George Weaver
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

Re: [HACKERS] [NOVICE] pg_config --pgxs

2006-03-03 Thread George Weaver
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

Re: [pgsql-hackers-win32] [HACKERS] Win32 regression test status

2004-06-08 Thread George Weaver
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