forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6c1af54
committed
Fix typo in GetRunningTransactionData()
e85662d made GetRunningTransactionData() calculate the oldest runningtransaction id within the current database. However, because of the typo,the new code uses oldestRunningXid instead of oldestDatabaseRunningXidin comparison before updating oldestDatabaseRunningXid. This commit fixesthat issue.Reported-by: Noah MischDiscussion:https://postgr.es/m/20240630231816.bf.nmisch%40google.comBackpatch-through: 171 parent4331a11 commit6c1af54
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2779 | 2779 |
| |
2780 | 2780 |
| |
2781 | 2781 |
| |
2782 |
| - | |
| 2782 | + | |
2783 | 2783 |
| |
2784 | 2784 |
| |
2785 | 2785 |
| |
|
0 commit comments
Comments
(0)