forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita5cf606
committed
PGDLLIMPORT'ify DateStyle and IntervalStyle.
This is needed on Windows to support contrib/postgres_fdw. Although it'sbeen broken since last March, we didn't notice until recently because therewere no active buildfarm members that complained about missing PGDLLIMPORTmarking. Efforts are underway to improve that situation, in support ofwhich we're delaying fixing some other cases of global variables thatshould be marked PGDLLIMPORT. However, this case affects 9.3, so wecan't wait any longer to fix it.I chose to mark DateOrder as well, though it's not strictly necessaryfor postgres_fdw.1 parent8fd994e commita5cf606
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
206 |
| - | |
| 205 | + | |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
221 | 221 |
| |
222 | 222 |
| |
223 | 223 |
| |
|
0 commit comments
Comments
(0)