File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3158,7 +3158,7 @@ include_dir 'conf.d'
3158
3158
<literal>lz4</literal> (if <productname>PostgreSQL</productname>
3159
3159
was compiled with <option>--with-lz4</option>) and
3160
3160
<literal>zstd</literal> (if <productname>PostgreSQL</productname>
3161
- was compiled with <option>--with-zstd</option>) and
3161
+ was compiled with <option>--with-zstd</option>).
3162
3162
The default value is <literal>off</literal>.
3163
3163
Only superusers can change this setting.
3164
3164
</para>
Original file line number Diff line number Diff line change 31
31
/*
32
32
* Each page of XLOG file has a header like this:
33
33
*/
34
- #define XLOG_PAGE_MAGIC 0xD10E /* can be used as WAL version indicator */
34
+ #define XLOG_PAGE_MAGIC 0xD10F /* can be used as WAL version indicator */
35
35
36
36
typedef struct XLogPageHeaderData
37
37
{
You can’t perform that action at this time.
0 commit comments