postgresql/contrib/pg_stat_statements/pg_stat_statements.control
Robert Haas 2254367435 Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.
Also expose the new counters through pg_stat_statements.

Patch by me.  Review by Fujii Masao and Greg Smith.
2012-02-22 20:33:05 -05:00

6 lines
191 B
Plaintext

# pg_stat_statements extension
comment = 'track execution statistics of all SQL statements executed'
default_version = '1.1'
module_pathname = '$libdir/pg_stat_statements'
relocatable = true