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 20190520163652.l7ibpe52pbq6lecc@alap3.anarazel.de
Whole thread Raw
In response to Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.
List pgsql-committers
Hi,

On 2019-05-21 01:03:06 +0900, Fujii Masao wrote:
> On Tue, May 21, 2019 at 12:43 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> >
> > Fujii Masao <fujii@postgresql.org> writes:
> > > Make VACUUM accept 1 and 0 as a boolean value.
> >
> > This was not a particularly great thing to be pushing on a release
> > wrap day, and pushing it without having even run the core regression
> > tests was downright negligent.  Please fix or revert, NOW.
> 
> Sorry, this is my shameful fault.. Attached is the patch for fix.
> I will commit this after confirming that regression test reports
> no error.

This was 30min ago. I've now pushed test adjustment, so the buildfarm
becomes green again. Still should either add some tests for the change,
or be revert.

Greetings,

Andres Freund



pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Fix regression tests broken in fc7c281f87467.
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.