Re: MSVC builld of 9.5.12 is broken?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Victor Wagner <vitus(at)wagner(dot)pp(dot)ru>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: MSVC builld of 9.5.12 is broken?
Date: 2018-02-27 13:14:04
Message-ID: CABUevEwNi3_BE7ue42r6OpKJ+3H9XLuOxTNknYSe1sTz81b7rQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 27, 2018 at 2:05 PM, Victor Wagner <vitus(at)wagner(dot)pp(dot)ru> wrote:

> On Tue, 27 Feb 2018 13:35:33 +0100
> Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>
>
> > > Note that said commit (91f3ffc5249) is not limited to rearranging
> > > makefile. It also changes a lot into C code itself. So it is not a
> > > question of reverting commit - it is making new commit, which
> > > reverts changes in just one file.
> >
> >
> > Oh, I missed that.
> >
> > I think we should revert *just the changes to the Makefile*, and of
> > course leave the rest of the comimt. Can you confirm if that fixes
> > the problem?
>
> It seems that it is not so easy. I've tried to revert changes in the
> Makefile, and found out that some utilities (createlang, droplang,
> pg_isready) now need more common object files, than they need before
> this commit .
>
> Attached patch to makefile which fixe problem for 9.3 branch.
> I think it should do for 9.4 and 9.5 too.
>

Thanks. I've pushed this for 9.3-9.5.

Please verify that it looks good if you can (it takes a while for the
buildfarm to get around to it)

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeevan Chalke 2018-02-27 13:23:52 Re: Re: ERROR: Aggref found in non-Agg plan node (introducesd in commit 3bf05e096b9f8375e640c5d7996aa57efd7f240c)
Previous Message Victor Wagner 2018-02-27 13:14:02 Re: MSVC builld of 9.5.12 is broken?