forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit574c7c7
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 parent48f216d commit574c7c7
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1322 | 1322 |
| |
1323 | 1323 |
| |
1324 | 1324 |
| |
1325 |
| - | |
1326 |
| - | |
| 1325 | + | |
| 1326 | + | |
1327 | 1327 |
| |
1328 | 1328 |
| |
1329 | 1329 |
| |
|
0 commit comments
Comments
(0)