diff options
Diffstat (limited to 'src/include/access/xlogutils.h')
-rw-r--r-- | src/include/access/xlogutils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/xlogutils.h b/src/include/access/xlogutils.h index 68ce815476c..e59b6cf3a9f 100644 --- a/src/include/access/xlogutils.h +++ b/src/include/access/xlogutils.h @@ -50,9 +50,8 @@ extern void FreeFakeRelcacheEntry(Relation fakerel); extern int read_local_xlog_page(XLogReaderState *state, XLogRecPtr targetPagePtr, int reqLen, XLogRecPtr targetRecPtr, char *cur_page); -extern int wal_segment_open(XLogReaderState *state, +extern void wal_segment_open(XLogReaderState *state, XLogSegNo nextSegNo, - WALSegmentContext *segcxt, TimeLineID *tli_p); extern void wal_segment_close(XLogReaderState *state); |