Peter Eisentraut <peter_e(at)gmx(dot)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