gooderp18绿色标准版
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

15 行
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