Commit 7973d1c
committed
Include src/port while building postgres_fdw on Windows.
Our hack with COPY FROM required to include libpq-int.h in connection.c which in
turn includes "pthread-win32.h", which rests in src/port and was not searched
for headers. Now include it explicitly.1 parent 9d2276d commit 7973d1c
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
0 commit comments