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?