From dec60642c4f7985ffba99011f4d2680ad890559c Mon Sep 17 00:00:00 2001
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Date: Sat, 21 May 2022 07:18:29 +0000
Subject: [PATCH v1] Remove an undefined function CalculateMaxmumSafeLSN

---
 src/include/access/xlog.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/include/access/xlog.h b/src/include/access/xlog.h
index d9f2487a96..cd674c3c23 100644
--- a/src/include/access/xlog.h
+++ b/src/include/access/xlog.h
@@ -233,7 +233,6 @@ extern void ShutdownXLOG(int code, Datum arg);
 extern void CreateCheckPoint(int flags);
 extern bool CreateRestartPoint(int flags);
 extern WALAvailability GetWALAvailability(XLogRecPtr targetLSN);
-extern XLogRecPtr CalculateMaxmumSafeLSN(void);
 extern void XLogPutNextOid(Oid nextOid);
 extern XLogRecPtr XLogRestorePoint(const char *rpName);
 extern void UpdateFullPageWrites(void);
-- 
2.25.1

