PG-186: Add support to monitor query execution plan.

Fix a regression test case.
pull/79/head
Ibrar Ahmed 2021-03-12 19:09:28 +00:00
parent 066162c3f6
commit aa0ca050d5
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
DROP USER IF EXISTS su;
CREATE USER su WITH SUPERUSER;
ERROR: role "su" already exists
SET ROLE su;
CREATE EXTENSION pg_stat_monitor;
CREATE USER u1;

View File

@ -1,4 +1,3 @@
DROP USER IF EXISTS su;
CREATE USER su WITH SUPERUSER;
SET ROLE su;