Re: inconsistency and inefficiency in setup_conversion() - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: inconsistency and inefficiency in setup_conversion()
Date
Msg-id CAEepm=2EuBT1JXuCBE2kgi1ooKbESPTEYnMREs0NoyeJhrUMsw@mail.gmail.com
Whole thread Raw
In response to Re: inconsistency and inefficiency in setup_conversion()  (John Naylor <jcnaylor@gmail.com>)
Responses Re: inconsistency and inefficiency in setup_conversion()  (John Naylor <jcnaylor@gmail.com>)
List pgsql-hackers
On Thu, May 3, 2018 at 12:19 AM, John Naylor <jcnaylor@gmail.com> wrote:
> Attached is a draft patch to do this, along with the conversion script
> used to create the entries. In writing this, a few points came up that
> are worth bringing up:

Hi John,

This failed for my patch testing robot on Windows, with this message[1]:

Generating pg_config_paths.h...
No include path; you must specify -I.
Could not open src/backend/catalog/schemapg.h at
src/tools/msvc/Mkvcbuild.pm line 832.

I see that you changed src/backend/catalog/Makefile to pass the new -I
switch to genbki.pl.  I think for Windows you might need to add it to
the line in src/tools/msvc/Solution.pm that invokes genbki.pl via
system()?

[1] https://ci.appveyor.com/project/postgresql-cfbot/postgresql/build/1.0.48

-- 
Thomas Munro
http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Paul Guo
Date:
Subject: Re: pg_ugprade test failure on data set with column with defaultvalue with type bit/varbit
Next
From: Kyotaro HORIGUCHI
Date:
Subject: Re: log_min_messages shows debug instead of debug2