Commit ff03112
committed
Fix off-by-one bug in XactLogCommitRecord
Commit 1eb6d65 introduced zeroed alignment bytes in the GID field
of commit/abort WAL records. Fixup commit cf5a189 later changed
that representation into a regular cstring with a single terminating
zero byte, but it also introduced an off-by-one mistake. Fix that.
Author: Nikhil Sontakke
Reported-by: Nikhil Sontakke
Discussion: https://postgr.es/m/CAMGcDxey6dG1DP34_tJMoWPcp5sPJUAL4K5CayUUXLQSx2GQpA@mail.gmail.com1 parent dad8bed commit ff03112
1 file changed
+1
-1
lines changed| 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