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
- make-checkinstall-10.patch (text/x-patch) patch
- make-checkinstall-master.patch (text/x-patch) patch
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
-
Ensure we build generated headers at the start of some more cases.
- 7dc5a96aa218 12.0 landed
- 739d9b29948b 11.0 landed