gooderp18绿色标准版
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

15 líneas
371B

  1. /*
  2. * src/include/port/aix.h
  3. */
  4. #define CLASS_CONFLICT
  5. #define DISABLE_XOPEN_NLS
  6. /*
  7. * "IBM XL C/C++ for AIX, V12.1" miscompiles, for 32-bit, some inline
  8. * expansions of ginCompareItemPointers() "long long" arithmetic. To take
  9. * advantage of inlining, build a 64-bit PostgreSQL.
  10. */
  11. #if defined(__ILP32__) && defined(__IBMC__)
  12. #define PG_FORCE_DISABLE_INLINE
  13. #endif
上海开阖软件有限公司 沪ICP备12045867号-1