mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
@@ -588,7 +588,7 @@ impl Shard {
|
|||||||
|
|
||||||
if primary_count > 1 {
|
if primary_count > 1 {
|
||||||
error!(
|
error!(
|
||||||
"Shard {} has more than on primary configured",
|
"Shard {} has more than one primary configured",
|
||||||
self.database
|
self.database
|
||||||
);
|
);
|
||||||
return Err(Error::BadConfig);
|
return Err(Error::BadConfig);
|
||||||
|
|||||||
Reference in New Issue
Block a user