Remove dependency to pageinspect in recovery tests
authorMichael Paquier <michael@paquier.xyz>
Fri, 19 Apr 2019 06:51:23 +0000 (15:51 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 19 Apr 2019 06:51:23 +0000 (15:51 +0900)
commit5a9323eab6e2c47e4caee9ab4b5117ba01368253
tree0a6c4d3b6715df60d2882b9ea20f6d5b65457fa0
parent75e03eabeaac8fd229b14f74de55d0e1470903c4
Remove dependency to pageinspect in recovery tests

If contrib/pageinspect is not installed, this causes the test checking
the minimum recovery point to fail.  The point is that the dependency
with pageinspect is not really necessary as the test does also all
checks with an offline cluster by scanning directly the on-disk pages,
which is enough for the purpose of the test.

Per complaint from Tom Lane.

Author: Michael Paquier
Discussion: https://postgr.es/m/17806.1555566345@sss.pgh.pa.us
src/test/recovery/Makefile
src/test/recovery/t/016_min_consistency.pl