Re: PGroonga index-only scan problem with yesterday’s PostgreSQL updates - Mailing list pgsql-hackers

From Anders Kaseorg
Subject Re: PGroonga index-only scan problem with yesterday’s PostgreSQL updates
Date
Msg-id a1192558-c880-54be-0bef-9e4ed8607061@mit.edu
Whole thread Raw
In response to Re: Re: PGroonga index-only scan problem with yesterday’s PostgreSQL updates  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2/12/22 09:25, Tom Lane wrote:
> I don't know that we'd go that far ... maybe if another bad problem
> turns up.  In the meantime, though, I do have a modest suggestion:
> it would not be too hard to put some defenses in place against another
> such bug.  The faulty commit was in our tree for a month and nobody
> reported a problem, which is annoying.  Do you want to think about doing
> your testing against git branch tips, rather than the last released
> versions?  Making a new build every few days would probably be plenty
> fast enough.
> 
> An even slicker answer would be to set up a PG buildfarm machine
> that, in addition to the basic tests, builds PGroonga against the
> new PG sources and runs your tests.  Andrew's machine "crake" does
> that for RedisFDW and BlackholeFDW, and the source code for at least
> the latter module is in the buildfarm client distribution.

I’m a Zulip developer, not a PGroonga developer, but this sounds like a 
good idea to me, so I opened a PR to add the PostgreSQL 15 snapshot 
build to PGroonga’s test matrix.

https://github.com/pgroonga/pgroonga/pull/204

The current snapshot build in the PGDG APT repository is 
15~~devel~20220208.0530-1~541.gitba15f16, predating this fix, despite 
the documentation that they should be built every 6 hours 
(https://wiki.postgresql.org/wiki/Apt/FAQ#Development_snapshots).  But 
it seems the tests have other failures against this snapshot build that 
will need to be investigated.

Anders



pgsql-hackers by date:

Previous
From: Matheus Alcantara
Date:
Subject: [PATCH] Add tests for psql tab completion
Next
From: Tomas Vondra
Date:
Subject: Re: Use generation context to speed up tuplesorts