This commit is contained in:
Lev Kokotov
2022-02-09 21:20:20 -08:00
parent a9b2a41a9b
commit fccfb40258
2 changed files with 2 additions and 2 deletions

View File

@@ -16,4 +16,4 @@ psql -h 127.0.0.1 -p 6432 -f query_routing_test_select.sql
psql -e -h 127.0.0.1 -p 6432 -f query_routing_test_primary_replica.sql
psql -f query_routing_test_validate.sql
psql -f query_routing_test_validate.sql

View File

@@ -10,4 +10,4 @@ SELECT 1;
SET SERVER ROLE TO 'replica';
SET SHARDING KEY TO '4321';
SELECT 1;
SELECT 1;