Skip to content

Commit 186bee6

Browse files
committed
Update PGFILEDESC
This field was holding pg_stat_statements description. Update in with pg_stat_monitor once.
1 parent ee76358 commit 186bee6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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
88

9-
PGFILEDESC = "pg_stat_monitor - execution statistics of SQL statements"
9+
PGFILEDESC = "pg_stat_monitor - Query Performance Monitoring Tool for PostgreSQL"
1010

1111
LDFLAGS_SL += $(filter -lm, $(LIBS))
1212

0 commit comments

Comments
 (0)