Add code to allow profiling of backends on Linux: save and restore the
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Mar 2002 20:46:12 +0000 (20:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 2 Mar 2002 20:46:12 +0000 (20:46 +0000)
commit141dd16528294115cb9e2dfbb5dddba6d1d732c8
treec6bead519cf1b97f3424b9fb0bd1f778ee47bf2b
parent12e651120d72132027490f14c33df73e9604f554
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"
src/backend/postmaster/postmaster.c