Re: [COMMITTERS] pgsql: Add amcheck extension to contrib.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [COMMITTERS] pgsql: Add amcheck extension to contrib.
Date: 2017-03-13 21:09:39
Message-ID: 20170313210939.vx3e4z3m4ltw3ign@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Hi,

On 2017-03-13 15:45:01 -0400, Tom Lane wrote:
> I could be wrong, but the most obvious explanation for this failure is
> that autovacuum had a lock on the table or index when we looked.
> Even if that isn't why axolotl failed in this particular case, I think
> it's dead certain that we will see such failures from time to time
> if this test script isn't tightened up. IIUC what the test is trying
> to look for, I think adding "AND pid = pg_backend_pid()" to this query
> would be an appropriate fix.

Yes, that sounds reasonable. Will do in a bit. Thanks for noticing.

- Andres

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-03-13 21:14:51 pgsql: Add a "void *" passthrough pointer for psqlscan.l's callback fun
Previous Message Tom Lane 2017-03-13 20:47:27 pgsql: Remove unnecessary dependency on statement_timeout in prepared_x

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2017-03-13 21:15:38 Re: \if, \elseif, \else, \endif (was Re: PSQL commands: \quit_if, \quit_unless)
Previous Message Jeff Janes 2017-03-13 20:58:49 Re: make check-world output