Josh Berkus <josh(at)agliodbs(dot)com> writes:
> I just noticed (the hard way) that in 8.2CVS, the PG_MODULE_MAGIC header is
> now *required* for all loadable modules. This includes non-pg modules,
> such as Solaris' libumem (performance improvement for malloc).
What is libumem and why are you trying to load it as a dynamic module?
> Should we really be requiring PG_MODULE_MAGIC for stuff that wasn't built
> with PG?
If we don't require it then there's precious little point in having it
at all. But why don't you link libumem when building the postmaster,
if you want it?
regards, tom lane