Tim Bunce wrote:
> - Changed MULTIPLICITY check from runtime to compiletime.
> No loads the large Config module.
>
ISTM the trouble with this is that it assumes that the library that we
compile with is the same as the library loaded at runtime. But there is
no guarantee of that at all.
Perhaps we could do this at library load time, so if it's preloaded in
the postmaster we don't have to rerun the check for every backend.
Have you measured the cost involved here? Are we really saving that much?
cheers
andrew