Re: "make installcheck" fails in src/test/recovery
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2019-04-19T01:31:21Z
Lists: pgsql-hackers
Michael Paquier <michael@paquier.xyz> writes: > I am wondering if it would be better to just install automatically all > the paths listed in EXTRA_INSTALL when invoking installcheck. Absolutely not! In the first place, "make installcheck" is supposed to test the installed tree, not editorialize upon what's in it; and in the second place, you wouldn't necessarily have permissions to change that tree. If we think that depending on pageinspect is worthwhile here, the right thing to do is just to fix the README to say that you need it. I'm merely asking whether it's really worth the extra dependency. regards, tom lane
Commits
-
Remove dependency to pageinspect in recovery tests
- 5a9323eab6e2 12.0 landed