diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/include/pg_config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 89b88042512..87c1b863daa 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -228,8 +228,8 @@ /* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */ #undef HAVE_GCC__ATOMIC_INT32_CAS -/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int *, int64). - */ +/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int64 *, + int64). */ #undef HAVE_GCC__ATOMIC_INT64_CAS /* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */ |