On Jul 9, 2025, at 11:33, Andres Freund <andres@anarazel.de> wrote:
> It'd be nice if we could get there, but it'd require annotating *all*
> intentionally exported functions in the backend with PGDLLIMPORT (rather than
> just doing that for variables). Then we could make some symbols
> *intentionally* not exported, which can improve the code generation (allowing
> more compiler and linker optimizations).
How much effort would that require? Is it simply annotating all such exported functions? Or is the challenge
identifyingthem?
Best,
David