mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
if it's not a connectivity issue, bail
This commit is contained in:
@@ -246,7 +246,7 @@ impl PageServerNode {
|
||||
if e.is_connect() {
|
||||
Ok(false)
|
||||
} else {
|
||||
Ok(true)
|
||||
anyhow::bail!(e)
|
||||
}
|
||||
}
|
||||
e => anyhow::bail!(e),
|
||||
|
||||
Reference in New Issue
Block a user