mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Fix a typo, and remove unnecessary pgstat_report_wait_end().
Per Amit Kapila.
This commit is contained in:
@ -4655,9 +4655,6 @@ AbortSubTransaction(void)
|
||||
*/
|
||||
XactReadOnly = s->prevXactReadOnly;
|
||||
|
||||
/* Report wait end here, when there is no further possibility of wait */
|
||||
pgstat_report_wait_end();
|
||||
|
||||
RESUME_INTERRUPTS();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user