forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite451901
committed
Fix macro-redefinition warning on MSVC.
In commit9d6b160, I tweaked pg_config.h.win32 to use"#define HAVE_LONG_LONG_INT_64 1" rather than defining it as empty,for consistency with what happens in an autoconf'd build.But Solution.pm injects another definition of that macro intoecpg_config.h, leading to justifiable (though harmless) compiler whining.Make that one consistent too. Back-patch, like the previous patch.Discussion:https://postgr.es/m/CAEepm=1dWsXROuSbRg8PbKLh0S=8Ou-V8sr05DxmJOF5chBxqQ@mail.gmail.com1 parentafc58af commite451901
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
428 |
| - | |
| 428 | + | |
429 | 429 |
| |
430 | 430 |
| |
431 | 431 |
| |
|
0 commit comments
Comments
(0)