diff --git a/postgres-protocol/src/message/backend.rs b/postgres-protocol/src/message/backend.rs index 2b245101..1b5be109 100644 --- a/postgres-protocol/src/message/backend.rs +++ b/postgres-protocol/src/message/backend.rs @@ -546,7 +546,7 @@ impl DataRowBody { } #[inline] - pub fn storage_bytes(&self) -> &Bytes { + pub fn buffer_bytes(&self) -> &Bytes { &self.storage } }