Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 16489a9

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

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)