Re: Win32 path patch - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Win32 path patch
Date
Msg-id Pine.LNX.4.44.0304031541390.2215-100000@peter.localdomain
Whole thread Raw
In response to Win32 path patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Win32 path patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Bruce Momjian writes:

> The patch is 700 lines, but adds only two WIN32's to the code.  The
> majority of the work is done in port/path.c.  While /port was for
> port-specific stuff, in this case, it seems like the best place to put
> functions that are used by both the backend and interfaces/clients.

But there is no reason to write AC_LIBOBJ(path) unconditionally in
configure.in.  Just handle it in the Makefile.

--
Peter Eisentraut   peter_e@gmx.net


pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Win32 defines
Next
From: Peter Eisentraut
Date:
Subject: Re: Win32 defines