comparison Framework/PostgreSQL/PostgreSQLIncludes.h @ 173:30d3f68631d2

support of mingw in postgresql
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 11 Dec 2020 14:50:51 +0100
parents 8c7bb94adff7
children 0246923d4df9
comparison
equal deleted inserted replaced
172:8c7bb94adff7 173:30d3f68631d2
34 * boost::date_time::special_values_parser<date_type, 34 * boost::date_time::special_values_parser<date_type,
35 * charT>::__builtin_expect()" from Boost clashes with macro 35 * charT>::__builtin_expect()" from Boost clashes with macro
36 * "__builtin_expect()" used by PostgreSQL 11. 36 * "__builtin_expect()" used by PostgreSQL 11.
37 **/ 37 **/
38 #include <boost/date_time/posix_time/posix_time.hpp> 38 #include <boost/date_time/posix_time/posix_time.hpp>
39 #include <boost/system/error_code.hpp>
39 40
40 // PostgreSQL includes 41 // PostgreSQL includes
41 #include <pg_config.h> 42 #include <pg_config.h>
42 43
43 #if !defined(PG_VERSION_NUM) 44 #if !defined(PG_VERSION_NUM)