Re: [HACKERS] pgxs/windows

From: "Rocco Altier" <RoccoA(at)Routescape(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Bruce Momjian" <pgman(at)candle(dot)pha(dot)pa(dot)us>, "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Magnus Hagander" <mha(at)sollentuna(dot)net>, "PostgreSQL-patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] pgxs/windows
Date: 2006-01-20 03:34:44
Message-ID: 6E0907A94904D94B99D7F387E08C4F57B52171@FALCON.INSIGHT
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

OK. I see now. It looks like it wouldn't have worked right anyhow,
since the file is installed in $(DESTDIR)$(pkglibdir)/$(POSTGRES_IMP).

So either we need to change backend/Makefile or Makefile.aix, to be
consistent with each other. I would suggest Makefile.aix, since
historically its been installed in $libdir.

Thanks,
-rocco

> -----Original Message-----
> From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Sent: Thursday, January 19, 2006 6:28 PM
> To: Rocco Altier
> Cc: Bruce Momjian; Andrew Dunstan; Magnus Hagander; PostgreSQL-patches
> Subject: Re: [PATCHES] [HACKERS] pgxs/windows
>
>
> "Rocco Altier" <RoccoA(at)Routescape(dot)com> writes:
> > If we take the DESTDIR out of here, where should we get the
> POSTGRES_IMP
> > file from?
>
> In the PGXS case, $(bindir) has been gotten from pg_config, and it's
> correct as-is by definition. Adding $(DESTDIR) to it cannot be right.
>
> regards, tom lane
>

Browse pgsql-patches by date

  From Date Subject
Next Message Stephen Frost 2006-01-20 14:49:57 pg_restore error checking
Previous Message Tom Lane 2006-01-19 23:45:38 Re: Fix overflow of bgwriter's request queue