Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.
Date
Msg-id 20190521205007.6ijtfwsubta4v5dy@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.
List pgsql-committers
Hi,

On 2019-05-21 16:47:55 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > -check: test.sh all
> > -    MAKE=$(MAKE) bindir="$(tbindir)" libdir="$(tlibdir)" EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)" $(SHELL) $<
$(DOINST)
> > +check: test.sh all temp-install
> > +    MAKE=$(MAKE) $(with_temp_install) bindir=$(abs_top_builddir)/tmp_install/$(bindir)
EXTRA_REGRESS_OPTS="$(EXTRA_REGRESS_OPTS)"$(SHELL) $< $(DOINST)
 
> 
> The $(DOINST) bit should go away no?

Indeed.



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.
Next
From: noreply@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL_12_BETA1 was created