diff options
-rw-r--r-- | doc/src/sgml/config.sgml | 2 | ||||
-rw-r--r-- | src/include/access/xlog_internal.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 9773d94568e..5b763bf60f4 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3158,7 +3158,7 @@ include_dir 'conf.d' <literal>lz4</literal> (if <productname>PostgreSQL</productname> was compiled with <option>--with-lz4</option>) and <literal>zstd</literal> (if <productname>PostgreSQL</productname> - was compiled with <option>--with-zstd</option>) and + was compiled with <option>--with-zstd</option>). The default value is <literal>off</literal>. Only superusers can change this setting. </para> diff --git a/src/include/access/xlog_internal.h b/src/include/access/xlog_internal.h index 849954a8e5a..0e94833129a 100644 --- a/src/include/access/xlog_internal.h +++ b/src/include/access/xlog_internal.h @@ -31,7 +31,7 @@ /* * Each page of XLOG file has a header like this: */ -#define XLOG_PAGE_MAGIC 0xD10E /* can be used as WAL version indicator */ +#define XLOG_PAGE_MAGIC 0xD10F /* can be used as WAL version indicator */ typedef struct XLogPageHeaderData { |