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
Include src/port while building postgres_fdw on Windows.
Our hack with COPY FROM required to include libpq-int.h in connection.c which inturn includes "pthread-win32.h", which rests in src/port and was not searchedfor headers. Now include it explicitly.