aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeCustom.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-06-16 15:34:07 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-06-16 15:34:07 -0400
commit14b69a53219716c642bc814b94ff2409a2c2c439 (patch)
tree1edf882dfb9cfb8c95cd17d1437265f3e1cb2181 /src/backend/executor/nodeCustom.c
parent8b444a3539758ce6666679608f3765608f92e0df (diff)
downloadpostgresql-14b69a53219716c642bc814b94ff2409a2c2c439.tar.gz
postgresql-14b69a53219716c642bc814b94ff2409a2c2c439.zip
Use -Wno-format-truncation and -Wno-stringop-truncation, if available.
gcc 8 has started emitting some warnings that are largely useless for our purposes, particularly since they complain about code following the project-standard coding convention that path names are assumed to be shorter than MAXPGPATH. Even if we make the effort to remove that assumption in some future release, the changes wouldn't get back-patched. Hence, just suppress these warnings, on compilers that have these switches. Backpatch to all supported branches. Discussion: https://postgr.es/m/1524563856.26306.9.camel@gunduz.org
Diffstat (limited to 'src/backend/executor/nodeCustom.c')
0 files changed, 0 insertions, 0 deletions