Tweak compiler version cutoff for no_sanitize("alignment") support.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ad2ad698ac16f36a9784bc98f312cf5b5266c6aa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-02-12T22:33:14Z
Releases: 14.0
Tweak compiler version cutoff for no_sanitize("alignment") support.

Buildfarm results show that gcc up through 7.x produces annoying
warnings for this construct (and, presumably, wouldn't do the right
thing anyway).  clang seems okay with the cutoff we have, though.

Discussion: https://postgr.es/m/CAPpHfdsne3%3DT%3DfMNU45PtxdhSL_J2PjLTeS8rwKnJzUR4YNd4w%40mail.gmail.com
Discussion: https://postgr.es/m/475514.1612745257%40sss.pgh.pa.us

Files

PathChange+/−
src/include/c.h modified +1 −1

Discussion