Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
8caf2620
Commit
8caf2620
authored
7 years ago
by
Peter Eisentraut
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo
parent
568995be
No related branches found
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
config/c-compiler.m4
+1
-1
1 addition, 1 deletion
config/c-compiler.m4
src/include/pg_config.h.in
+2
-2
2 additions, 2 deletions
src/include/pg_config.h.in
with
3 additions
and
3 deletions
config/c-compiler.m4
+
1
−
1
View file @
8caf2620
...
@@ -492,7 +492,7 @@ AC_DEFUN([PGAC_HAVE_GCC__ATOMIC_INT64_CAS],
...
@@ -492,7 +492,7 @@ AC_DEFUN([PGAC_HAVE_GCC__ATOMIC_INT64_CAS],
[pgac_cv_gcc_atomic_int64_cas="yes"],
[pgac_cv_gcc_atomic_int64_cas="yes"],
[pgac_cv_gcc_atomic_int64_cas="no"])])
[pgac_cv_gcc_atomic_int64_cas="no"])])
if test x"$pgac_cv_gcc_atomic_int64_cas" = x"yes"; then
if test x"$pgac_cv_gcc_atomic_int64_cas" = x"yes"; then
AC_DEFINE(HAVE_GCC__ATOMIC_INT64_CAS, 1, [Define to 1 if you have __atomic_compare_exchange_n(int64 *, int *, int64).])
AC_DEFINE(HAVE_GCC__ATOMIC_INT64_CAS, 1, [Define to 1 if you have __atomic_compare_exchange_n(int64 *, int
64
*, int64).])
fi])# PGAC_HAVE_GCC__ATOMIC_INT64_CAS
fi])# PGAC_HAVE_GCC__ATOMIC_INT64_CAS
# PGAC_SSE42_CRC32_INTRINSICS
# PGAC_SSE42_CRC32_INTRINSICS
...
...
This diff is collapsed.
Click to expand it.
src/include/pg_config.h.in
+
2
−
2
View file @
8caf2620
...
@@ -202,8 +202,8 @@
...
@@ -202,8 +202,8 @@
/* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */
/* Define to 1 if you have __atomic_compare_exchange_n(int *, int *, int). */
#undef HAVE_GCC__ATOMIC_INT32_CAS
#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 *, int
64
*,
*/
int64).
*/
#undef HAVE_GCC__ATOMIC_INT64_CAS
#undef HAVE_GCC__ATOMIC_INT64_CAS
/* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */
/* Define to 1 if you have __sync_lock_test_and_set(char *) and friends. */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment