summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-06-02 11:07:54 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2019-06-02 11:07:54 -0400
commit10a53cae9993abae159abdc6a76e46f6aac120d1 (patch)
treec7b9b80b9f4a2aa11a74454eb5123f16324b9cbe /src/backend/access/gist/gist.c
parent4b3f1dd71b74f82dedbf37c331d0a444368c4009 (diff)
downloadpostgresql-10a53cae9993abae159abdc6a76e46f6aac120d1.tar.gz
Un-break ecpg tests for Windows.
Declaring a function "inline" still doesn't work with Windows compilers (C99? what's that?), unless the macro provided by pg_config.h is in-scope, which it is not in our ECPG test programs. So the workaround I tried to use in commit 7640f9312 doesn't work for Windows. Revert the change in printf_hack.h, and instead just blacklist that file in cpluspluscheck --- since it's a not-installed test file, we don't really need to verify its C++ cleanliness anyway.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions