George Weaver <[EMAIL PROTECTED]> writes:
> For pgxs, it concatentates the libdir with "/pgxs/src/makefiles/pgxs.mk" so
> its looking for "C:/Program
> Files/PostgreSQL/8.1/lib/pgxs/src/makefiles/pgxs.mk" which doesn't exist.
> ...
> If I made the entire package from source and installed it, wou
- 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
> -Original Message-
> From: George Weaver [mailto:[EMAIL PROTECTED]
> Sent: 03 March 2006 14:55
> To: Dave Page
> Cc: Thomas Hallgren; pgsql-hackers@postgresql.org;
> [EMAIL PROTECTED]; Michael Fuhr
> Subject: Re: [HACKERS] [NOVICE] pg_config --pgxs
>
>
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
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Thomas Hallgren
> Sent: 03 March 2006 14:18
> To: George Weaver
> Cc: Michael Fuhr; [EMAIL PROTECTED];
> pgsql-hackers@postgresql.org
> Subject: Re: [HACKERS
George Weaver wrote:
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
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
George Weaver <[EMAIL PROTECTED]> writes:
> pg_config --version now shows:
> $ pg_config --version
> PostgreSQL 8.1.0
> However, when I try pg_config --pgxs it returns nothing:
> $ pg_config --pgxs
> $
If you're on Windows this probably means that GetShortPathName() is
failing. I'm not sure