pgsql: Fix regression tests broken in fc7c281f87467.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix regression tests broken in fc7c281f87467.
Date: 2019-05-20 16:36:32
Message-ID: E1hSlH6-0004Ea-3e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix regression tests broken in fc7c281f87467.

This shouldn't have been committed without even running the tests (nor
were the tests added that were suggested). I'm fixing up the results
to get the buildfarm back to green, it's quite possible we'll want to
revert this later.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/47a14c99e4715dde7f570d050e1ddb6d21278bf8

Modified Files
--------------
src/test/regress/expected/vacuum.out | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2019-05-20 16:36:52 Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.
Previous Message Fujii Masao 2019-05-20 16:03:06 Re: pgsql: Make VACUUM accept 1 and 0 as a boolean value.