use version specific find_end_of_wal function

This commit is contained in:
Anastasia Lubennikova
2022-09-19 15:14:01 +03:00
parent ed6b75e301
commit 3618c242b9

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};