forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit941921b
committed
Replace occurrences of InvalidXid with InvalidTransactionId
While Xid is a known shortening of TransactionId, InvalidXid is notdefined in the code. Fix comments which mistakenly were using theshorter version.Author: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>Discussion:https://postgr.es/m/CALj2ACUQzdigML868nV4cojfELPkEzNLNOk7b91Pho4JB90fng@mail.gmail.com1 parent8a42379 commit941921b
2 files changed
+6
-6
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3589 | 3589 |
| |
3590 | 3590 |
| |
3591 | 3591 |
| |
3592 |
| - | |
3593 |
| - | |
3594 |
| - | |
| 3592 | + | |
| 3593 | + | |
| 3594 | + | |
3595 | 3595 |
| |
3596 | 3596 |
| |
3597 | 3597 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
919 | 919 |
| |
920 | 920 |
| |
921 | 921 |
| |
922 |
| - | |
923 |
| - | |
924 |
| - | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
925 | 925 |
| |
926 | 926 |
| |
927 | 927 |
| |
|
0 commit comments
Comments
(0)