Re: Showing I/O timings spent reading/writing temp buffers in EXPLAIN
Masahiko Sawada <sawada.mshk@gmail.com>
From: Masahiko Sawada <sawada.mshk@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Julien Rouhaud <rjuju123@gmail.com>, gkokolatos@pm.me, Ranier Vilela <ranier.vf@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>, depesz@depesz.com
Date: 2022-04-08T05:19:39Z
Lists: pgsql-hackers
On Fri, Apr 8, 2022 at 1:37 PM Michael Paquier <michael@paquier.xyz> wrote: > > On Fri, Apr 08, 2022 at 11:34:17AM +0900, Michael Paquier wrote: > > Now, 0002 is straight-forward but I need more coffee and lunch.. > > Done this one as well, as of 76cbf7e with few tweaks. 1.9 and 1.10 > changed the definition of pg_stat_statements, so I have added two > extra queries for those upgrade paths in oldextversions.sql. Thank you for committing both patches. Agreed with these changes. Regards, -- Masahiko Sawada EDB: https://www.enterprisedb.com/
Commits
-
pg_stat_statements: Track I/O timing for temporary file blocks
- 76cbf7edb638 15.0 landed
-
Track I/O timing for temporary file blocks in EXPLAIN (BUFFERS)
- efb0ef909f60 15.0 landed
-
Force track_io_timing off in explain.sql to avoid failures when enabled.
- 7e12256b478b 15.0 cited