postgresql/contrib/pg_stat_statements/expected
Andres Freund 7369798a83 Fix tracking of temp table relation extensions as writes
Karina figured out that I (Andres) confused BufferUsage.temp_blks_written with
BufferUsage.local_blks_written in fcdda1e4b5.

Tests in core PG can't easily test this, as BufferUsage is just used for
EXPLAIN (ANALYZE, BUFFERS) and pg_stat_statements. Thus this commit adds tests
for this to pg_stat_statements.

Reported-by: Karina Litskevich <litskevichkarina@gmail.com>
Author: Karina Litskevich <litskevichkarina@gmail.com>
Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/CACiT8ibxXA6+0amGikbeFhm8B84XdQVo6D0Qfd1pQ1s8zpsnxQ@mail.gmail.com
Backpatch: 16-, where fcdda1e4b5 was merged
2023-09-13 19:14:09 -07:00
..
cleanup.out Refactor tests of pg_stat_statements for planning, utility and level tracking 2023-02-20 09:28:29 +09:00
cursors.out Reflect normalization of query strings for utilities in pg_stat_statements 2023-03-08 15:00:50 +09:00
dml.out Fix tracking of temp table relation extensions as writes 2023-09-13 19:14:09 -07:00
level_tracking.out Improve cleanup phases in regression tests of pg_stat_statements 2023-03-07 08:58:13 +09:00
oldextversions.out Add JIT counters to pg_stat_statements 2022-04-08 13:52:16 +02:00
planning.out Refactor tests of pg_stat_statements for planning, utility and level tracking 2023-02-20 09:28:29 +09:00
select.out Refactor more the regression tests of pg_stat_statements 2023-03-03 08:46:11 +09:00
user_activity.out Improve cleanup phases in regression tests of pg_stat_statements 2023-03-07 08:58:13 +09:00
utility.out Show names of DEALLOCATE as constants in pg_stat_statements 2023-08-27 17:27:44 +09:00
wal.out Improve cleanup phases in regression tests of pg_stat_statements 2023-03-07 08:58:13 +09:00