mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-16 18:02:56 +00:00
use version specific find_end_of_wal function
This commit is contained in:
@@ -14,7 +14,7 @@ use std::pin::Pin;
|
||||
use tokio::io::AsyncRead;
|
||||
|
||||
use postgres_ffi::v14::xlog_utils::{
|
||||
find_end_of_wal, IsPartialXLogFileName, IsXLogFileName, XLogFromFileName,
|
||||
IsPartialXLogFileName, IsXLogFileName, XLogFromFileName,
|
||||
};
|
||||
use postgres_ffi::{XLogSegNo, PG_TLI};
|
||||
use std::cmp::{max, min};
|
||||
|
||||
Reference in New Issue
Block a user