diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/postmaster/postmaster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/postmaster/postmaster.c b/src/backend/postmaster/postmaster.c index 2c8e7fa7d64..a6fff93db34 100644 --- a/src/backend/postmaster/postmaster.c +++ b/src/backend/postmaster/postmaster.c @@ -2612,7 +2612,7 @@ CleanupBackend(Backend *bp, if (crashed) { - HandleChildCrash(bp->pid, exitstatus, namebuf); + HandleChildCrash(bp->pid, exitstatus, procname); pfree(bp); return; } |