Re: pgxs/windows

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pgxs/windows
Date: 2006-01-19 00:17:06
Message-ID: 43CEDA82.9040807@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Bruce Momjian wrote:

>
>Could this be related to the fact that pre-8.2 makefiles were not
>space-safe? I am unsure how pgxs worked on Win32 without being
>space-safe.
>
>
>

I don't see how. In fact, pgxs seems to use short form paths anyway.
Example (from previous email):

> dllwrap -o rainbow.dll --def rainbow.def rainbow.o
> c:/PROGRA~1/POSTGR~1/8.1/lib/pgxs/src/MAKEFI~1/../../src/utils/dllinit.o
> -Lc:/PROGRA~1/POSTGR~1/8.1/bin -lpostgres

No spaces there. The problem is it says "bin" instead of "lib" before
"-lpostgres".

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Leandro Guimarães Faria Corcete Dutra 2006-01-19 00:31:09 Re: FW: Surrogate keys (Was: enums)
Previous Message Simon Riggs 2006-01-19 00:15:32 Re: No heap lookups on index

Browse pgsql-patches by date

  From Date Subject
Next Message ITAGAKI Takahiro 2006-01-19 02:00:00 TODO-Item: B-tree fillfactor control
Previous Message Bruce Momjian 2006-01-18 23:25:29 Re: pgxs/windows