aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2017-09-03 11:01:08 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2017-09-03 11:01:08 -0400
commitd5c65d2f11ac58c517ab7fda01be62e4763504c9 (patch)
treea96e6256262ab4aa9d6cdc8a4ffb014f1d2d625f /src/backend/executor/nodeModifyTable.c
parentc6a7fcb49a60081c04c8e421fbc21475ad6943d8 (diff)
downloadpostgresql-d5c65d2f11ac58c517ab7fda01be62e4763504c9.tar.gz
postgresql-d5c65d2f11ac58c517ab7fda01be62e4763504c9.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 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions