forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit55b8ac8
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
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
| 488 | + | |
488 | 489 |
| |
489 | 490 |
| |
490 | 491 |
| |
491 |
| - | |
492 | 492 |
| |
493 | 493 |
| |
494 | 494 |
| |
|
0 commit comments
Comments
(0)