"Qingqing Zhou" <zhouqq@cs.toronto.edu> writes:
> On a separate matter, top level "make PROFILE=-pg" does not work on SunOS,
> because of -fPIC conflicts with -pg. Backend level is ok. Shall we do
> something or let it be?
This has always been true on some platforms; nothing we can do about it.
My habit on HPUX has been to build the whole tree, then "make clean" in
src/backend and "make PROFILE=-pg" to build just a profilable backend.
regards, tom lane