aboutsummaryrefslogtreecommitdiff
path: root/src/fe_utils/string_utils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2023-12-26 16:16:29 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2023-12-26 16:16:29 -0500
commit7978eee02e9a683650266ef8ef6bc7d44573ddf9 (patch)
treec776275a4f891f740eba6be626aa80253d1b0efb /src/fe_utils/string_utils.c
parent951eaecbc375ebed24f87dceaf07bfc63adec393 (diff)
downloadpostgresql-7978eee02e9a683650266ef8ef6bc7d44573ddf9.tar.gz
postgresql-7978eee02e9a683650266ef8ef6bc7d44573ddf9.zip
Hide warnings from Python headers when using gcc-compatible compiler.
Like commit 388e80132, use "#pragma GCC system_header" to silence warnings appearing within the Python headers, since newer Python versions no longer worry about some restrictions we still use like -Wdeclaration-after-statement. This patch improves on 388e80132 by inventing a separate wrapper header file, allowing the pragma to be tightly scoped to just the Python headers and not other stuff we have laying about in plpython.h. I applied the same technique to plperl for the same reason: the original patch suppressed warnings for a good deal of our own code, not only the Perl headers. Like the previous commit, back-patch to supported branches. Peter Eisentraut and Tom Lane Discussion: https://postgr.es/m/ae523163-6d2a-4b81-a875-832e48dec502@eisentraut.org
Diffstat (limited to 'src/fe_utils/string_utils.c')
0 files changed, 0 insertions, 0 deletions