Re: "make installcheck" fails in src/test/recovery - Mailing list pgsql-hackers

From Tom Lane
Subject Re: "make installcheck" fails in src/test/recovery
Date
Msg-id 831.1555637481@sss.pgh.pa.us
Whole thread Raw
In response to Re: "make installcheck" fails in src/test/recovery  (Michael Paquier <michael@paquier.xyz>)
Responses Re: "make installcheck" fails in src/test/recovery
List 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



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Pathological performance when inserting many NULLs into a uniqueindex
Next
From: Andres Freund
Date:
Subject: Re: ExecForceStoreMinimalTuple leaks memory like there's no tomorrow