Skip to content

Commit 7cd7b18

Browse files
authored
Rename accessor
1 parent 3007dd8 commit 7cd7b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres-protocol/src/message/backend.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ impl DataRowBody {
546546
}
547547

548548
#[inline]
549-
pub fn storage_bytes(&self) -> &Bytes {
549+
pub fn buffer_bytes(&self) -> &Bytes {
550550
&self.storage
551551
}
552552
}

0 commit comments

Comments
 (0)