mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-23 01:16:30 +00:00
noop
This commit is contained in:
@@ -1325,14 +1325,13 @@ where
|
|||||||
self.buffer_bind(message).await?;
|
self.buffer_bind(message).await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Describe
|
// Describe
|
||||||
// Command a client can issue to describe a previously prepared named statement.
|
// Command a client can issue to describe a previously prepared named statement.
|
||||||
'D' => {
|
'D' => {
|
||||||
self.buffer_describe(message).await?;
|
self.buffer_describe(message).await?;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Execute
|
// Execute2
|
||||||
// Execute a prepared statement prepared in `P` and bound in `B`.
|
// Execute a prepared statement prepared in `P` and bound in `B`.
|
||||||
'E' => {
|
'E' => {
|
||||||
self.extended_protocol_data_buffer
|
self.extended_protocol_data_buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user