]> granicus.if.org Git - postgresql/commit
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)
commit8d8aa931ef5a3489764de222b1bfe43463d58a13
tree434bba7c10a7f9432f43d9a12854d28c3ffe894b
parent78ab803402623cea42d6b68e084cbee03f3cd49d
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