Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd2bc1c9

Browse files
committed
Bump XLOG_PAGE_MAGIC.
The unlogged tables patch (commit53dbc27,2010-12-29) should have done this, since it changes the format of anXLOG_SMGR_CREATE record.
1 parent53dbc27 commitd2bc1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/include/access/xlog_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ typedef struct XLogContRecord
7171
/*
7272
* Each page of XLOG file has a header like this:
7373
*/
74-
#defineXLOG_PAGE_MAGIC0xD065/* can be used as WAL version indicator */
74+
#defineXLOG_PAGE_MAGIC0xD066/* can be used as WAL version indicator */
7575

7676
typedefstructXLogPageHeaderData
7777
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp