forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0222be1
committed
Fix alignment problems with SharedInvalSmgrMsg.
SharedInvalSmgrMsg can't require 8-byte alignment, because thenSharedInvalidationMessage will require 8-byte alignment, which willthen cause ParseCommitRecord to fail on machines that are pickyabout alignment, because it assumes that everything that getspacked into a commit record requires only 4-byte alignment.Another problem with05d4cbf.Discussion:http://postgr.es/m/3825454.1664310917@sss.pgh.pa.us1 parentd0b1dbc commit0222be1
2 files changed
+12
-4
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
663 | 663 |
| |
664 | 664 |
| |
665 | 665 |
| |
666 |
| - | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
667 | 669 |
| |
668 | 670 |
| |
669 | 671 |
| |
| |||
1466 | 1468 |
| |
1467 | 1469 |
| |
1468 | 1470 |
| |
1469 |
| - | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
| 1474 | + | |
1470 | 1475 |
| |
1471 | 1476 |
| |
1472 | 1477 |
| |
|
Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
93 |
| - | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
94 | 97 |
| |
95 | 98 |
| |
96 | 99 |
| |
|
0 commit comments
Comments
(0)