aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-07-04 22:13:16 +0200
committerPeter Eisentraut <peter_e@gmx.net>2018-07-05 08:31:40 +0200
commitf61988d160c1af8c1ed495e5c547726e88a45036 (patch)
tree73f5185a14156b24f1abd3dd73a1f46c2dece84e /src
parent3c64dcb1e35dccbfce531182fa9b9f48bec414ad (diff)
downloadpostgresql-f61988d160c1af8c1ed495e5c547726e88a45036.tar.gz
postgresql-f61988d160c1af8c1ed495e5c547726e88a45036.zip
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 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. */