Re: pgsql: Add missing installcheck target to pg_rewind's Makefile - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add missing installcheck target to pg_rewind's Makefile
Date
Msg-id 7864.1429648709@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add missing installcheck target to pg_rewind's Makefile  (Heikki Linnakangas <heikki.linnakangas@iki.fi>)
Responses Re: pgsql: Add missing installcheck target to pg_rewind's Makefile  (Michael Paquier <michael.paquier@gmail.com>)
Re: pgsql: Add missing installcheck target to pg_rewind's Makefile  (Heikki Linnakangas <hlinnaka@iki.fi>)
List pgsql-committers
Heikki Linnakangas <heikki.linnakangas@iki.fi> writes:
> Add missing installcheck target to pg_rewind's Makefile

This patch seems a brick shy of a load, in that "make installcheck" in
bin/pg_rewind leaves behind a bunch of junk in a tmp_check/ subdirectory.
installcheck in any other src/bin/ subdirectory doesn't do that.

(I chanced to notice this while wondering why hamster is failing on
this test.  I can't reproduce the failure locally, but ...)

            regards, tom lane


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Add missing installcheck target to pg_rewind's Makefile
Next
From: Robert Haas
Date:
Subject: pgsql: Update FDW docs to reflect existence of CHECK constraints.