Skip to content

Commit

Permalink
fix regress error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
diPhantxm committed Sep 20, 2024
1 parent 92e288a commit fd4e78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regress/tests/coordinator/expected/coordinator.out
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ SHOW key_ranges;
(1 row)

CREATE KEY RANGE krid2 FROM 33 ROUTE TO nonexistentshard FOR DISTRIBUTION ds1;
ERROR: unknown shard nonexistentshard
ERROR: shard "nonexistentshard" not found.
DROP DISTRIBUTION ALL CASCADE;
drop distribution
------------------------
Expand Down

0 comments on commit fd4e78e

Please sign in to comment.