1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Merge v1.10 of pg_stat_statements into v1.9

v1.9 is already new in this version of PostgreSQL, so turn it into just
one change.

Author: Julien Rohaud
Discussion: https://postgr.es/m/20210408120505.7zinijtdexbyghvb@nol
This commit is contained in:
Magnus Hagander
2021-04-08 15:15:17 +02:00
parent 34399a670a
commit 5844c23dc5
5 changed files with 64 additions and 69 deletions

View File

@ -1,5 +1,5 @@
# pg_stat_statements extension
comment = 'track planning and execution statistics of all SQL statements executed'
default_version = '1.10'
default_version = '1.9'
module_pathname = '$libdir/pg_stat_statements'
relocatable = true