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

Fix a regression test case.
This commit is contained in:
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,4 +1,3 @@
DROP USER IF EXISTS su;
CREATE USER su WITH SUPERUSER;
SET ROLE su;