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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.
Дата
Msg-id 20190520164908.t653bdbfjcn3d35p@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Hi,

On 2019-05-21 01:43:35 +0900, Fujii Masao wrote:
> On Tue, May 21, 2019 at 1:36 AM Andres Freund <andres@anarazel.de> wrote:
> > 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.
> 
> Thanks for the commit! And sorry, make check-world took very long time
> and has just finished right now in my env... I'd like to confirm that
> make check-world reports no error just in case.

make -j16 -s && make -Otarget -j10 -s check-world && echo success || echo fail

makes that much more bearable, by running the slow TAP tests in
parallel. Doesn't work < 10 though.

Greetings,

Andres Freund



В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.