Skip to content

Commit 4b7f51a

Browse files
committed
fixup! Make sure to load the upgrade script for the future 2.4
1 parent e6cbdce commit 4b7f51a

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"provides": {
1212
"pg_stat_monitor": {
1313
"abstract": "PostgreSQL Query Performance Monitoring Tool",
14-
"file": "pg_stat_monitor--2.3--2.4.sql",
14+
"file": "pg_stat_monitor--2.3--next.sql",
1515
"docfile": "README.md",
1616
"version": "2.4.0"
1717
}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ EXTENSION = pg_stat_monitor
55
DATA = pg_stat_monitor--2.0.sql \
66
pg_stat_monitor--1.0--2.0.sql pg_stat_monitor--2.0--2.1.sql \
77
pg_stat_monitor--2.1--2.2.sql pg_stat_monitor--2.2--2.3.sql \
8-
pg_stat_monitor--2.3--2.4.sql
8+
pg_stat_monitor--2.3--next.sql
99

1010
PGFILEDESC = "pg_stat_monitor - Query Performance Monitoring Tool for PostgreSQL"
1111

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install_data(
1919
'pg_stat_monitor--2.0--2.1.sql',
2020
'pg_stat_monitor--2.1--2.2.sql',
2121
'pg_stat_monitor--2.2--2.3.sql',
22-
'pg_stat_monitor--2.3--2.4.sql',
22+
'pg_stat_monitor--2.3--next.sql',
2323
kwargs: contrib_data_args,
2424
)
2525

pg_stat_monitor.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pg_stat_monitor extension
22
comment = 'The pg_stat_monitor is a PostgreSQL Query Performance Monitoring tool, based on PostgreSQL contrib module pg_stat_statements. pg_stat_monitor provides aggregated statistics, client information, plan details including plan, and histogram information.'
3-
default_version = '2.4'
3+
default_version = 'next'
44
module_pathname = '$libdir/pg_stat_monitor'
55
relocatable = true

0 commit comments

Comments
 (0)