On 26.06.21 23:29, Tom Lane wrote:
After some thought I propose that what we really want is to prevent any calls of abort() or exit() from inside libpq. Attached is a draft patch to do that.
Could we set this rule up a little bit differently so that it is only run when the library is built.
Right now, make world on a built tree makes 17 calls to this "nm" line, and make check-world calls it 81 times. I think once would be enough. ;-)