Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: David Rowley <drowley(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default
Date: 2024-12-11 19:12:24
Message-ID: CAH2-Wz=wQX3eLs7wy0Fd=4gEZkQ6f-ntehMtfhXh7RbUbgDtrw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Dec 11, 2024 at 4:35 AM David Rowley <drowley(at)postgresql(dot)org> wrote:
> Enable BUFFERS with EXPLAIN ANALYZE by default

FYI, I saw a harmless Cirrus CI failure which is likely tied to this
commit, affecting pg_stat_statements -- see attached diffs file.

I spotted this same issue on
http://cfbot.cputube.org/highlights/all.html. It looks like the
pg_stat_statements test is the only regression seen on CI. Note that
this includes test runs that took place with all of the current
cleanup commits that were pushed so far, so I'm confident that this
still needs to be fixed.

--
Peter Geoghegan

Attachment Content-Type Size
regression.diffs.txt text/plain 1.1 KB

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Guillaume Lelarge 2024-12-11 20:18:44 Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default
Previous Message Masahiko Sawada 2024-12-11 18:36:46 pgsql: Unmark gen_random_uuid() function leakproof.