index 9773d94568ec7da01d8496adaf0638829b7d1bd8..5b763bf60f408a934425f475e4aecd40c363b031 100644 (file)
<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>
index 849954a8e5a1c5221d378b92d5e8fb57bbd5d018..0e94833129a3815f851fc080f7088ec68866d3bf 100644 (file)
/*
* 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
{