This commit is contained in:
Lev Kokotov
2023-05-03 15:38:03 -07:00
parent 374a6b138b
commit ff80bb75cc
5 changed files with 14 additions and 20 deletions

View File

@@ -27,7 +27,6 @@ module Helpers
primary2 = PgInstance.new(8432, user["username"], user["password"], "shard2")
pgcat_cfg = pgcat.current_config
pgcat_cfg["general"]["query_router_plugins"] = ["intercept"]
pgcat_cfg["pools"] = {
"#{pool_name}" => {
"default_role" => "any",