Skip to content

Commit b99bc52

Browse files
committed
Add trace to BgwShutdownWorker
1 parent 9ccf3f4 commit b99bc52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contrib/mmts/bgwpool.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ static BgwPool* MtmPool;
2222

2323
static void BgwShutdownWorker(int sig)
2424
{
25+
MTM_ELOG1("Background worker %d receive shutdown request", MyProcPid);
2526
if (MtmPool) {
2627
BgwPoolStop(MtmPool);
2728
}

0 commit comments

Comments
 (0)