forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd5a7bd5
committed
Fix variable reference in comment
This used to say "nsubxcnt isn't decreased when subtransactionsabort", but there's no variable called nsubxcnt. Commit8548ddcchanged it to "subxcnt", among other typo fixes, but that was wrongtoo: the comment actually talks about txn->nsubtxns. That's the fieldthat's incremented but never decremented and is used for theallocation earlier in the function.1 parent94bb6c4 commitd5a7bd5
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1861 | 1861 |
| |
1862 | 1862 |
| |
1863 | 1863 |
| |
1864 |
| - | |
1865 |
| - | |
1866 |
| - | |
| 1864 | + | |
| 1865 | + | |
| 1866 | + | |
1867 | 1867 |
| |
1868 | 1868 |
| |
1869 | 1869 |
| |
|
0 commit comments
Comments
(0)