]> granicus.if.org Git - postgresql/commit
Fix handling of SIGCHLD, per recent pghackers discussion: on some
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Aug 2001 00:14:43 +0000 (00:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Aug 2001 00:14:43 +0000 (00:14 +0000)
commitdad8e410d0c4329ec68392c442e1f9dafc8ec17c
tree5e512caa61cd99f2968ff3707c9e058d5760e118
parent2b769c82126eeb87eb02a6c1a301beb4edd14407
Fix handling of SIGCHLD, per recent pghackers discussion: on some
platforms system(2) gets confused unless the signal handler is set to
SIG_DFL, not SIG_IGN.  pgstats.c now uses pqsignal() as it should,
not signal().  Also, arrange for the stats collector process to show
a reasonable ID in 'ps', rather than looking like a postmaster.
src/backend/bootstrap/bootstrap.c
src/backend/commands/dbcommands.c
src/backend/postmaster/pgstat.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/include/pgstat.h