Re: Berkeley DB...
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter_e@gmx.net>
Cc: PostgreSQL Development <pgsql-hackers@postgresql.org>
Date: 2000-05-29T02:15:29Z
Lists: pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes: > I am still at a loss on how to make profiles. The latest thing that > happened to me is that the postmaster gave me a `Profiling timer expired' > message and never started up. Any idea? Dunno ... PROFILE=-pg works for me ... Normally there's a special startup file that the compiler is supposed to know to link instead of the usual crt0.o, when you link with -pg. Possibly there's something wrong with yours? regards, tom lane