Skip to content

Commit 54821c5

Browse files
problameconradludgate
authored andcommitted
make CopyBothDuplex struct pub (#25)
This is useful / needed to build a Rust client for the Pageserver's GetPage@LSN API, which uses CopyBoth mode.
1 parent bfcbe7c commit 54821c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ pub use crate::cancel_token::CancelToken;
123123
pub use crate::client::Client;
124124
pub use crate::config::Config;
125125
pub use crate::connection::Connection;
126+
pub use crate::copy_both::CopyBothDuplex;
126127
pub use crate::copy_in::CopyInSink;
127128
pub use crate::copy_out::CopyOutStream;
128129
use crate::error::DbError;

0 commit comments

Comments
 (0)