PG-183. Move tests to separate directory

This commit is contained in:
Mikhail Samoylov
2021-02-20 23:17:34 +03:00
parent f8b13d706a
commit 2e3cba343f
13 changed files with 1330 additions and 1 deletions

6
regression/sql/guc.sql Normal file
View File

@@ -0,0 +1,6 @@
CREATE EXTENSION pg_stat_monitor;
SELECT pg_stat_monitor_reset();
select pg_sleep(.5);
SELECT * FROM pg_stat_monitor_settings ORDER BY name COLLATE "C";
SELECT pg_stat_monitor_reset();
DROP EXTENSION pg_stat_monitor;