pgsql/src/backend/postmaster postmaster.c

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/postmaster postmaster.c
Date: 2002-03-02 20:46:14
Message-ID: 20020302204614.21980475996@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/03/02 15:46:13

Modified files:
src/backend/postmaster: postmaster.c

Log message:
Add code to allow profiling of backends on Linux: save and restore the
profiling timer setting across fork(). The correct way to build a
profilable backend on Linux is now gmake PROFILE="-pg -DLINUX_PROFILE"

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-03-02 21:39:37 pgsql/ oc/src/sgml/runtime.sgml oc/src/sgml/re ...
Previous Message Tom Lane 2002-03-02 00:49:23 pgsql/src/interfaces/libpq fe-connect.c