Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Bump xlog page magic allowed range
Browse files Browse the repository at this point in the history
  • Loading branch information
ants committed Nov 21, 2017
1 parent f20f95c commit b58125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/wbpgtypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ typedef struct BkpBlock
* Each page of XLOG file has a header like this:
*/
#define XLOG_PAGE_MAGIC_MIN 0xD087 /* in WB case it's OK to use a range of versions as we're only interested in fixing the RelFileNode location */
#define XLOG_PAGE_MAGIC_MAX 0xD093
#define XLOG_PAGE_MAGIC_MAX 0xD097

typedef struct XLogPageHeaderData
{
Expand Down

0 comments on commit b58125c

Please sign in to comment.