forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f136af
committed
Use correct datatype for xmin variables in slot.c
Two variables storing a slot's effective_xmin and effective_catalog_xminwere saved as XLogRecPtr, which is incorrect as these should beTransactionIds.Oversight in818fefd.Author: Bharath RupireddyDiscussion:https://postgr.es/m/CALj2ACVPSB74mrDTFezz-LV3Oi6F3SN71QA0oUHvndzi5dwTNg@mail.gmail.comBackpatch-through: 161 parent810f64a commit8f136af
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1545 | 1545 |
| |
1546 | 1546 |
| |
1547 | 1547 |
| |
1548 |
| - | |
1549 |
| - | |
| 1548 | + | |
| 1549 | + | |
1550 | 1550 |
| |
1551 | 1551 |
| |
1552 | 1552 |
| |
|
0 commit comments
Comments
(0)