forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitff03112
committed
Fix off-by-one bug in XactLogCommitRecord
Commit1eb6d65 introduced zeroed alignment bytes in the GID fieldof commit/abort WAL records. Fixup commitcf5a189 later changedthat representation into a regular cstring with a single terminatingzero byte, but it also introduced an off-by-one mistake. Fix that.Author: Nikhil SontakkeReported-by: Nikhil SontakkeDiscussion:https://postgr.es/m/CAMGcDxey6dG1DP34_tJMoWPcp5sPJUAL4K5CayUUXLQSx2GQpA@mail.gmail.com1 parentdad8bed commitff03112
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5365 | 5365 |
| |
5366 | 5366 |
| |
5367 | 5367 |
| |
5368 |
| - | |
| 5368 | + | |
5369 | 5369 |
| |
5370 | 5370 |
| |
5371 | 5371 |
| |
|
0 commit comments
Comments
(0)