File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11all : walbouncer
22
33# Check for PostgrSQL 9.5 through 11
4- ifeq ($(shell pg_config --version | grep -E "PostgreSQL 9.[56]|10|11") ,)
4+ ifeq ($(shell pg_config --version | grep -E "PostgreSQL 9.[56]|10|11|12|13 ") ,)
55 $(error PostgreSQL version 9.5 through 11 required, pg_config provides $(shell pg_config --version))
66endif
77
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ typedef struct BkpBlock
6767 * Each page of XLOG file has a header like this:
6868 */
6969#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 */
70- #define XLOG_PAGE_MAGIC_MAX 0xD098
70+ #define XLOG_PAGE_MAGIC_MAX 0xD106
7171
7272typedef struct XLogPageHeaderData
7373{
You can’t perform that action at this time.
0 commit comments