mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 10:26:30 +00:00
dont drop server on syntax error
This commit is contained in:
@@ -172,7 +172,7 @@ impl Server {
|
|||||||
// Error client didn't clean up!
|
// Error client didn't clean up!
|
||||||
// We shuold drop this server
|
// We shuold drop this server
|
||||||
'E' => {
|
'E' => {
|
||||||
self.bad = true;
|
self.in_transaction = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
_ => {
|
_ => {
|
||||||
|
|||||||
Reference in New Issue
Block a user