Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas2024-12-20 17:36:33 +0000
committerHeikki Linnakangas2024-12-20 17:36:33 +0000
commitd5a7bd5670c4a59bea506f5999101a8e40ef256c (patch)
tree6d610f4105507e9848607fd05b8e7e538279fb1f /contrib/postgres_fdw/option.c
parent94bb6c4410d81ccc019bb60d8aedb73dbc85df76 (diff)
Fix variable reference in comment
This used to say "nsubxcnt isn't decreased when subtransactions abort", but there's no variable called nsubxcnt. Commit 8548ddc61b changed it to "subxcnt", among other typo fixes, but that was wrong too: the comment actually talks about txn->nsubtxns. That's the field that's incremented but never decremented and is used for the allocation earlier in the function.
Diffstat (limited to 'contrib/postgres_fdw/option.c')
0 files changed, 0 insertions, 0 deletions