Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aa602fb

Browse files
knizhnikkelvich
authored andcommitted
Add trace to BgwShutdownWorker
1 parent 2bfdee0 commit aa602fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)