PG-193: Comment based tags to identify different parameters.

This commit is contained in:
Ibrar Ahmed
2021-05-19 22:15:37 +05:00
parent 89614e442b
commit 67b3d961ca
6 changed files with 80 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ PGFILEDESC = "pg_stat_monitor - execution statistics of SQL statements"
LDFLAGS_SL += $(filter -lm, $(LIBS))
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/pg_stat_monitor/pg_stat_monitor.conf --inputdir=regression
REGRESS = basic version guc counters relations database top_query application_name cmd_type error state rows
REGRESS = basic version guc counters relations database top_query application_name cmd_type error state rows tags
# Disabled because these tests require "shared_preload_libraries=pg_stat_statements",
# which typical installcheck users do not have (e.g. buildfarm clients).