mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-27 18:56:30 +00:00
debug -> release
This commit is contained in:
@@ -1015,7 +1015,7 @@ impl Server {
|
|||||||
/// Close a prepared statement on the server.
|
/// Close a prepared statement on the server.
|
||||||
pub async fn deallocate(&mut self, names: Vec<String>) -> Result<(), Error> {
|
pub async fn deallocate(&mut self, names: Vec<String>) -> Result<(), Error> {
|
||||||
for name in &names {
|
for name in &names {
|
||||||
info!("Deallocating prepared statement `{}`", name);
|
debug!("Deallocating prepared statement `{}`", name);
|
||||||
|
|
||||||
let close = Close::new(name);
|
let close = Close::new(name);
|
||||||
let bytes: BytesMut = close.try_into()?;
|
let bytes: BytesMut = close.try_into()?;
|
||||||
|
|||||||
Reference in New Issue
Block a user