Re: inconsistency and inefficiency in setup_conversion()
Thomas Munro <thomas.munro@enterprisedb.com>
From: Thomas Munro <thomas.munro@enterprisedb.com>
To: John Naylor <jcnaylor@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2018-05-17T08:39:50Z
Lists: 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
Commits
-
Move the built-in conversions into the initial catalog data.
- d33faa285b8f 12.0 landed
-
Use symbolic references for pg_language OIDs in the bootstrap data.
- 814c9019aa7b 12.0 landed