forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfa1f0d7
committed
PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.
These are needed in HEAD to make assorted contrib modules build on Windows.Now that all the MSVC and Mingw buildfarm members seem to be on the samepage about the need for them, we can have some confidence that futureproblems of this ilk will be detected promptly; there seems nothing moreto be learned by delaying this fix further.I chose to mark QueryCancelPending as well, since it's easy to imagine codethat wants to touch ProcDiePending also caring about QueryCancelPending.1 parenta1c8027 commitfa1f0d7
3 files changed
+4
-4
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 |
| - | |
78 |
| - | |
| 77 | + | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
65 |
| - | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
|
0 commit comments
Comments
(0)