mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-25 10:06:28 +00:00
copy support
This commit is contained in:
@@ -205,6 +205,9 @@ impl Server {
|
||||
break;
|
||||
}
|
||||
|
||||
// CopyInResponse: copy is starting from client to server
|
||||
'G' => break,
|
||||
|
||||
_ => {
|
||||
// Keep buffering,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user