Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default

2024-12-11 Thread David Rowley
On Thu, 12 Dec 2024 at 08:13, Peter Geoghegan wrote: > FYI, I saw a harmless Cirrus CI failure which is likely tied to this > commit, affecting pg_stat_statements -- see attached diffs file. I had been holding off pushing the fix for that one until I could verify that was the last issue with a co

Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default

2024-12-11 Thread Guillaume Lelarge
Le mer. 11 déc. 2024 à 20:13, Peter Geoghegan a écrit : > On Wed, Dec 11, 2024 at 4:35 AM David Rowley > 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

Re: pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default

2024-12-11 Thread Peter Geoghegan
On Wed, Dec 11, 2024 at 4:35 AM David Rowley 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/highlig

pgsql: Enable BUFFERS with EXPLAIN ANALYZE by default

2024-12-11 Thread David Rowley
Enable BUFFERS with EXPLAIN ANALYZE by default The topic of turning EXPLAIN's BUFFERS option on with the ANALYZE option has come up a few times over the past few years. In many ways, doing this seems like a good idea as it may be more obvious to users why a given query is running more slowly than