pgsql/src backend/bootstrap/bootstrap.c backen ...

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/bootstrap/bootstrap.c backen ...
Date: 2001-08-04 00:14:44
Message-ID: 200108040014.f740EiO63618@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/08/03 20:14:43

Modified files:
src/backend/bootstrap: bootstrap.c
src/backend/commands: dbcommands.c
src/backend/postmaster: pgstat.c postmaster.c
src/backend/tcop: postgres.c
src/include : pgstat.h

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2001-08-04 04:21:52 Re: pgsql/src/interfaces/libpq win32.mak
Previous Message Tom Lane 2001-08-03 22:11:39 pgsql/src/interfaces/libpq fe-connect.c fe-exe ...