forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita02e409
committed
Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF
ifdef block. It has nothing to do with whether the replacement snprintffunction is used. It caused no live bug, because the replacement snprintffunction is always used on Win32, but it was nevertheless misplaced.1 parent3505862 commita02e409
1 file changed
+10
-9
lines changedLines changed: 10 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
179 |
| - | |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 | 179 |
| |
189 | 180 |
| |
190 | 181 |
| |
| |||
227 | 218 |
| |
228 | 219 |
| |
229 | 220 |
| |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
230 | 231 |
| |
231 | 232 |
| |
232 | 233 |
| |
|
0 commit comments
Comments
(0)