We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77b6461 commit 9b0a2e5Copy full SHA for 9b0a2e5
github-actions-tests/metrics.sh
@@ -43,7 +43,7 @@ elif [ "${OS%:*}" = "ubuntu" ]; then
43
fi
44
45
# archive_mode preps
46
-sudo -u postgres ${PG_PATH}psql -c "DO
+sudo -u postgres ${PG_PATH}psql -d mamonsu_test_db -c "DO
47
\$do\$
48
DECLARE
49
func_name varchar;
@@ -54,7 +54,7 @@ END
54
\$do\$;"
55
56
# pg_stat_statements preps
57
-sudo -u postgres ${PG_PATH}psql -c "CREATE EXTENSION pg_stat_statements;"
+sudo -u postgres ${PG_PATH}psql -d mamonsu_test_db -c "CREATE EXTENSION pg_stat_statements;"
58
59
# read metric for specific version
60
while read metric; do
0 commit comments