mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
496899ccc2
All functions provided by this extension are PARALLEL SAFE. Given the general prohibition against write operations in parallel queries, it is perhaps a bit surprising that pg_stat_statements_reset() is parallel safe. But since it only modifies shared memory, not the database, it's OK. Andreas Karlsson
6 lines
191 B
Plaintext
6 lines
191 B
Plaintext
# pg_stat_statements extension
|
|
comment = 'track execution statistics of all SQL statements executed'
|
|
default_version = '1.4'
|
|
module_pathname = '$libdir/pg_stat_statements'
|
|
relocatable = true
|