mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 09: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!
|
||||
// We shuold drop this server
|
||||
'E' => {
|
||||
self.bad = true;
|
||||
self.in_transaction = false;
|
||||
}
|
||||
|
||||
_ => {
|
||||
|
||||
Reference in New Issue
Block a user