Re: installdir patch for win32

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>, "'pgsql-patches(at)postgresql(dot)org'" <pgsql-patches(at)postgresql(dot)org>
Subject: Re: installdir patch for win32
Date: 2004-03-25 11:25:16
Message-ID: 200403251225.16952.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Claudio Natoli wrote:
> For application to HEAD, following community review.
>
> Supplement to previous win32 patch for dfmgr. Win32 replacement for
> configure time constants like PKGLIBDIR.

+ /*
+ * Determine the directory of installed files, on the assumption that
+ * win32 will have a common root directory for all pgsql subdirectories
+ * (eg. lib, bin, share, etc).
+ */

What happens if this assumption does not hold?

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2004-03-25 13:21:46 Re: installdir patch for win32
Previous Message Claudio Natoli 2004-03-25 01:07:07 APC/socket fix (final?)