Re: 'make check' fails

Alvaro Herrera <alvherre@alvh.no-ip.org>

From: Alvaro Herrera <alvherre@alvh.no-ip.org>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Andrew Gierth <andrew@tao11.riddles.org.uk>, Bruce Momjian <bruce@momjian.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-04-11T16:40:16Z
Lists: pgsql-hackers
Tom Lane wrote:

> We can fix this by making submake-generated-headers be a recursive
> prerequisite for "check" as well as "all" and "install".  I wonder
> whether anybody is expecting any other shortcuts to work.

check-world certainly, but presumably that depends on check?

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


Commits

  1. Invoke submake-generated-headers during "make check", too.

  2. Fix clashing function names between jsonb_plperl and jsonb_plperlu