pgsql: Remove dependency to pageinspect in recovery tests

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dependency to pageinspect in recovery tests
Date: 2019-04-19 06:56:50
Message-ID: E1hHNS6-0006Kv-Bm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5a9323eab6e2c47e4caee9ab4b5117ba01368253

Modified Files
--------------
src/test/recovery/Makefile | 2 +-
src/test/recovery/t/016_min_consistency.pl | 44 ++----------------------------
2 files changed, 3 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2019-04-19 07:07:17 Re: pgsql: Fix plan created for inherited UPDATE/DELETE with all tables exc
Previous Message Andres Freund 2019-04-19 01:24:21 pgsql: Fix potential use-after-free for BEFORE UPDATE row triggers on n