You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Put libpgport into OBJS instead of LIBS, so that it gets included
into .def and .exp files automatically on Windows, AIX, and the like.An additional benefit is that changes in libpgport files correctlypropagate to force rebuild of the backend executable. This is myreworking of Rocco Altier's idea, and if it breaks anything it'sdefinitely my fault.