forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita42f8d9
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 parent727add8 commita42f8d9
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
399 | 399 |
| |
400 | 400 |
| |
401 | 401 |
| |
402 |
| - | |
| 402 | + | |
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
|
0 commit comments
Comments
(0)