summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorTom Lane2021-03-22 15:20:44 +0000
committerTom Lane2021-03-22 15:20:44 +0000
commit2c75f8a612b207c7d36e5dc73317dc9ab6fb29d4 (patch)
tree118432094a707aaf3a3a91ca782b82d53677b40a /src/include/postgres.h
parenta4d5284a10b5096585f1bbf1bf723954e9d6c2e0 (diff)
Remove useless configure probe for <lz4/lz4.h>.
This seems to have been just copied-and-pasted from some other header checks. But our C code is entirely unprepared to support such a header name, so it's only wasting cycles to look for it. If we did need to support it, some #ifdefs would be required. (A quick trawl at codesearch.debian.net finds some packages that reference lz4/lz4.h; but they use *only* that spelling, and appear to be intending to reference their own copy rather than a system-level installation of liblz4. There's no evidence of freestanding installations that require this spelling.) Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/postgres.h')
0 files changed, 0 insertions, 0 deletions