v1-0001-Remove-an-undefined-function-CalculateMaxmumSafeL.patch
application/octet-stream
Filename: v1-0001-Remove-an-undefined-function-CalculateMaxmumSafeL.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: Remove an undefined function CalculateMaxmumSafeLSN
| File | + | − |
|---|---|---|
| src/include/access/xlog.h | 0 | 1 |
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