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

Commit55b8ac8

Browse files
committed
Fix wrong field order in _readMergeWhenClause().
We hadn't noticed this because it's dead code: there is nosituation where we read raw parse trees from text format.So maybe the right fix is to remove the function altogether,but I'll forbear for now; it's not the only dead code inreadfuncs.c, I think.Noted while comparing existing code to the results ofPeter's auto-generation script.
1 parent0229106 commit55b8ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/nodes/readfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,10 +485,10 @@ _readMergeWhenClause(void)
485485

486486
READ_BOOL_FIELD(matched);
487487
READ_ENUM_FIELD(commandType,CmdType);
488+
READ_ENUM_FIELD(override,OverridingKind);
488489
READ_NODE_FIELD(condition);
489490
READ_NODE_FIELD(targetList);
490491
READ_NODE_FIELD(values);
491-
READ_ENUM_FIELD(override,OverridingKind);
492492

493493
READ_DONE();
494494
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp