Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Fujii Masao <fujii(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.
Date: 2019-05-20 16:03:06
Message-ID: CAHGQGwEvM9X66Ni4OKv4dOQQddw7z=cNUxnG=wEv84sqj9t_ig@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, May 21, 2019 at 12:43 AM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
> Fujii Masao <fujii(at)postgresql(dot)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.

Regards,

--
Fujii Masao

Attachment Content-Type Size
update_analyze_test.patch application/octet-stream 764 bytes

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-05-20 16:36:32 pgsql: Fix regression tests broken in fc7c281f87467.
Previous Message Fujii Masao 2019-05-20 15:44:46 pgsql: Fix comment for issue_xlog_fsync().