Re: pgsql: Fix MSVC builds for previous patch's addition of a src/port file

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix MSVC builds for previous patch's addition of a src/port file
Date: 2012-02-29 21:54:49
Message-ID: CABUevExtQqBaDscDU0rSFKjkZ2x+3tp1qtubUiE=sX+NjcfupA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Feb 29, 2012 at 06:24, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Fix MSVC builds for previous patch's addition of a src/port file.
>
> (And why in the world is this OBJS list not being scraped from the
> corresponding Makefile?)

IIRC that's because the list of object files is dependent on configure
output, and we don't run configure on msvc. We could get parts via
scraping and parts manually, but it just seemed more consistent to get
it all the same way.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-03-01 15:53:32 pgsql: Remove TOAST table from pg_database
Previous Message Tom Lane 2012-02-29 17:11:33 pgsql: Simplify references to backslash-doubling in func.sgml.