8000 Fix typo · postgrespro/postgres_cluster@f61988d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f61988d

Browse files
committed
Fix typo
1 parent 3c64dcb commit f61988d
Copy full SHA for f61988d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/c-compiler.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ AC_DEFUN([PGAC_HAVE_GCC__ATOMIC_INT64_CAS],
635635
[pgac_cv_gcc_atomic_int64_cas="yes"],
636636
[pgac_cv_gcc_atomic_int64_cas="no"])])
637637
if test x"$pgac_cv_gcc_atomic_int64_cas" = x"yes"; then
638-
AC_DEFINE(HAVE_GCC__ATOMIC_INT64_CAS, 1, [Define to 1 if you have __atomic_compare_exchange_n(int64 *, int *, int64).])
638+
AC_DEFINE(HAVE_GCC__ATOMIC_INT64_CAS, 1, [Define to 1 if you have __atomic_compare_exchange_n(int64 *, int64 *, int64).])
639639
fi])# PGAC_HAVE_GCC__ATOMIC_INT64_CAS
640640

641641
# PGAC_SSE42_CRC32_INTRINSICS

src/include/pg_config.h.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@
228228
/* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */
229229
#undef HAVE_GCC__ATOMIC_INT32_CAS
230230

231-
/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int *, int64).
232-
*/
231+
/* Define to 1 if you have __atomic_compare_exchange_n(int64 *, int64 *,
232+
int64). */
233233
#undef HAVE_GCC__ATOMIC_INT64_CAS
234234

235235
/* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */

0 commit comments

Comments
 (0)
0