Skip to content

Commit e19272e

Browse files
committed
Remove unused-and-misspelled function extern declaration.
Commit c655077 added "extern XLogRecPtr CalculateMaxmumSafeLSN(void)", which bears no trace of connection to anything else in that patch or anywhere else. Remove it again. Sergei Kornilov (also spotted by Bharath Rupireddy) Discussion: https://postgr.es/m/706501646056870@vla3-6a5326aeb4ee.qloud-c.yandex.net Discussion: https://postgr.es/m/CALj2ACVoQ7NEf43Xz0rfxsGOKYTN5r4VZp2DO2_5p+CMzsRPFw@mail.gmail.com
1 parent a916cb9 commit e19272e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/include/access/xlog.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ extern void ShutdownXLOG(int code, Datum arg);
233233
extern void CreateCheckPoint(int flags);
234234
extern bool CreateRestartPoint(int flags);
235235
extern WALAvailability GetWALAvailability(XLogRecPtr targetLSN);
236-
extern XLogRecPtr CalculateMaxmumSafeLSN(void);
237236
extern void XLogPutNextOid(Oid nextOid);
238237
extern XLogRecPtr XLogRestorePoint(const char *rpName);
239238
extern void UpdateFullPageWrites(void);

0 commit comments

Comments
 (0)