On Fri, Jun 02, 2017 at 08:20:25AM -0400, Robert Haas wrote:
> On Thu, Jun 1, 2017 at 10:18 AM, Sandro Santilli <strk@kbt.io> wrote:
> > I noticed that the `check` Makefile rule imported by PGXS is giving
> > a success exit code even when it is unsupported.
> >
> > The attached patch fixes that.
>
> Hmm. I'm not 100% sure that the existing behavior is wrong.
Why not ? The caller is attempting to make an unsupported target,
how's that different from calling `make unexistent` ?
--strk;