File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -4655,9 +4655,6 @@ AbortSubTransaction(void)
4655
4655
*/
4656
4656
XactReadOnly = s -> prevXactReadOnly ;
4657
4657
4658
- /* Report wait end here, when there is no further possibility of wait */
4659
- pgstat_report_wait_end ();
4660
-
4661
4658
RESUME_INTERRUPTS ();
4662
4659
}
4663
4660
Original file line number Diff line number Diff line change @@ -760,9 +760,8 @@ GetLWLockIdentifier(uint8 classId, uint16 eventId)
760
760
761
761
/*
762
762
* It is quite possible that user has registered tranche in one of the
763
- * backends (e.g. by allocation lwlocks in dynamic shared memory) but not
764
- * all of them, so we can't assume the tranche is registered here.
765
- * extension for such cases.
763
+ * backends (e.g. by allocating lwlocks in dynamic shared memory) but
764
+ * not all of them, so we can't assume the tranche is registered here.
766
765
*/
767
766
if (eventId >= LWLockTranchesAllocated ||
768
767
LWLockTrancheArray [eventId ]-> name == NULL )
You can’t perform that action at this time.
0 commit comments