Re: Win32 path patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Win32 path patch
Date: 2003-04-03 15:07:43
Message-ID: Pine.LNX.4.44.0304031541390.2215-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2003-04-03 15:08:00 Re: Win32 defines
Previous Message Tom Lane 2003-04-03 14:47:42 Re: Win32 defines