mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-07 05:22:56 +00:00
## Problem close https://github.com/neondatabase/neon/issues/4266 ## Summary of changes With this PR, rust-analyzer should be able to give lints and auto complete in `mod tests`, and this makes writing tests easier. Previously, rust-analyzer cannot do auto completion. --------- Signed-off-by: Alex Chi <iskyzh@gmail.com>
7 lines
229 B
Rust
7 lines
229 B
Rust
//! This module is for WAL craft to test with postgres_ffi. Should not import any thing in normal usage.
|
|
|
|
pub use super::PG_MAJORVERSION;
|
|
pub use super::xlog_utils::*;
|
|
pub use super::bindings::*;
|
|
pub use crate::WAL_SEGMENT_SIZE;
|