Thread: pgsql/src/backend/postmaster postmaster.c

pgsql/src/backend/postmaster postmaster.c

From
tgl@postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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"