- Notifications
You must be signed in to change notification settings - Fork5
Commit817cb10
committed
Fix new BRIN desummarize WAL record
The WAL-writing piece was forgetting to set the pages-per-range value.Also, fix the declared type of struct member heapBlk, which I mistakenlyset as OffsetNumber rather than BlockNumber.Problem was introduced by commitc655899 (April 1st). Any systemthat tries to replay the new WAL record written before this fix islikely to die on replay and require pg_resetwal.Reported by Tom Lane.Discussion:https://postgr.es/m/20191.1491524824@sss.pgh.pa.us1 parent5c44884 commit817cb10
File tree
2 files changed
+2
-1
lines changed- src
- backend/access/brin
- include/access
2 files changed
+2
-1
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
417 | 417 |
| |
418 | 418 |
| |
419 | 419 |
| |
| 420 | + | |
420 | 421 |
| |
421 | 422 |
| |
422 | 423 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
137 |
| - | |
| 137 | + | |
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
|
0 commit comments
Comments
(0)