Re: make installcheck-world in a clean environment

Alexander Law <exclusion@gmail.com>

From: Alexander Lakhin <exclusion@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2018-04-19T12:25:54Z
Lists: pgsql-hackers

Attachments

06.04.2018 09:19, Alexander Lakhin wrote:
> To avoid overheating of this pretty hot discussion, I would like just 
> to propose "a more elaborated fix" (for REL_10_STABLE and master).
> In fact, when we perform "make installcheck" it not only requires us 
> to build ecpg, but it also rebuilds libpostgres, libpgport and libpq 
> (for installcheck-world).
> I believe that the larger testing surface (coverage), the better, so 
> using installed assets (libs, headers) is more useful.
In hope to keep a lid on this explosive topic, I propose the improved fix.

Best regards,
------
Alexander Lakhin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company

Commits

  1. Ensure we build generated headers at the start of some more cases.