Re: tweak to a few index tests to hits ambuildempty() routine. - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: tweak to a few index tests to hits ambuildempty() routine.
Date
Msg-id 202204251353.vgkpgcy3szt2@alvherre.pgsql
Whole thread Raw
In response to Re: tweak to a few index tests to hits ambuildempty() routine.  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: tweak to a few index tests to hits ambuildempty() routine.  (Amul Sul <sulamul@gmail.com>)
Re: tweak to a few index tests to hits ambuildempty() routine.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2022-Apr-25, Alvaro Herrera wrote:

> On 2022-Apr-25, Alvaro Herrera wrote:
> 
> > I added one change to include spgist too, which was uncovered, and
> > pushed this.
> 
> Looking into the recoveryCheck failure in buildfarm.

Hmm, so 027_stream_regress.pl is not prepared to deal with any unlogged
tables that may be left in the regression database (which is what my
spgist addition did).  I first tried doing a TRUNCATE of the unlogged
table, but that doesn't work either, and it turns out that the
regression database does not have any UNLOGGED relations.  Maybe that's
something we need to cater for, eventually, but for now dropping the
table suffices.  I have pushed that.

-- 
Álvaro Herrera               48°01'N 7°57'E  —  https://www.EnterpriseDB.com/
Tom: There seems to be something broken here.
Teodor: I'm in sackcloth and ashes...  Fixed.
        http://archives.postgresql.org/message-id/482D1632.8010507@sigaev.ru



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: tweak to a few index tests to hits ambuildempty() routine.
Next
From: Amul Sul
Date:
Subject: Re: tweak to a few index tests to hits ambuildempty() routine.