mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
This uses the same infrastructure with EXPLAIN BUFFERS to support
{shared|local}_blks_{hit|read|written} andtemp_blks_{read|written}
columns in the pg_stat_statements view. The dumped file format
also updated.
Thanks to Robert Haas for the review.
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| pg_stat_statements.c | ||
| pg_stat_statements.sql.in | ||
| uninstall_pg_stat_statements.sql | ||