forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite944063
committed
Fix xl_heap_lock WAL record field's data type.
Make xl_heap_lock's infobits_set field of type uint8, not int8. Usingint8 isn't appropriate given that the field just holds status bits.This fixes an oversight in commit0ac5ad5.In passing rename the nearby TransactionId field to "xmax" to makethings consistency with related records, such as xl_heap_lock_updated.Deliberately avoid a bump in XLOG_PAGE_MAGIC. No backpatch, either.Author: Peter Geoghegan <pg@bowt.ie>Discussion:https://postgr.es/m/CAH2-WzkCd3kOS8b7Rfxw7Mh1_6jvX=Nzo-CWR1VBTiOtVZkWHA@mail.gmail.com1 parent57411c8 commite944063
File tree
3 files changed
+8
-8
lines changed- src
- backend/access
- heap
- rmgrdesc
- include/access
3 files changed
+8
-8
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3567 | 3567 |
| |
3568 | 3568 |
| |
3569 | 3569 |
| |
3570 |
| - | |
| 3570 | + | |
3571 | 3571 |
| |
3572 | 3572 |
| |
3573 | 3573 |
| |
| |||
4777 | 4777 |
| |
4778 | 4778 |
| |
4779 | 4779 |
| |
4780 |
| - | |
| 4780 | + | |
4781 | 4781 |
| |
4782 | 4782 |
| |
4783 | 4783 |
| |
| |||
9848 | 9848 |
| |
9849 | 9849 |
| |
9850 | 9850 |
| |
9851 |
| - | |
| 9851 | + | |
9852 | 9852 |
| |
9853 | 9853 |
| |
9854 | 9854 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 |
| - | |
143 |
| - | |
| 142 | + | |
| 143 | + | |
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
283 | 283 |
| |
284 |
| - | |
| 284 | + | |
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 |
| - | |
| 288 | + | |
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
|
0 commit comments
Comments
(0)