pgsql: Hide warnings from Python headers when using gcc-compatible comp

2023-12-26 Thread Tom Lane
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.

pgsql: Hide warnings from Python headers when using gcc-compatible comp

2023-12-26 Thread Tom Lane
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.

pgsql: Hide warnings from Python headers when using gcc-compatible comp

2023-12-26 Thread Tom Lane
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.

pgsql: Hide warnings from Python headers when using gcc-compatible comp

2023-12-26 Thread Tom Lane
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.

pgsql: Hide warnings from Python headers when using gcc-compatible comp

2023-12-26 Thread Tom Lane
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.

pgsql: Hide warnings from Python headers when using gcc-compatible comp

2023-12-26 Thread Tom Lane
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.