use version specific find_end_of_wal function

This commit is contained in:
Anastasia Lubennikova
2022-09-22 14:15:13 +03:00
parent ed6b75e301
commit 3618c242b9
+1 -1
View File
@@ -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};