summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut2018-07-04 20:13:16 +0000
committerPeter Eisentraut2018-07-10 09:09:45 +0000
commit502120ccda205d8d2d9ad5dddac5a8a51fa8efb7 (patch)
tree41da4fb2f17e970d933dbd47069f4a19859c5fb9 /src
parent7ddac4e8febac38f49a90cde6e57638a45e825e0 (diff)
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/include/pg_config.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in
index 07fd3051c6b..1a9b6034020 100644
--- a/src/include/pg_config.h.in
+++ b/src/include/pg_config.h.in
@@ -202,8 +202,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. */