diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-03 11:01:08 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-09-03 11:01:08 -0400 |
commit | e451901804bd96a6b0fe3875b5c90aa0555c6a05 (patch) | |
tree | 653ee52019223f9c42431c6f24ecaf8fe8fcd88c /contrib/btree_gist/btree_gist.h | |
parent | afc58affb6616a415ea991763e0383832346e7c7 (diff) | |
download | postgresql-e451901804bd96a6b0fe3875b5c90aa0555c6a05.tar.gz postgresql-e451901804bd96a6b0fe3875b5c90aa0555c6a05.zip |
Fix macro-redefinition warning on MSVC.
In commit 9d6b160d7, 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 into
ecpg_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.com
Diffstat (limited to 'contrib/btree_gist/btree_gist.h')
0 files changed, 0 insertions, 0 deletions