projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c662ef1
)
Fix typo in comment
author
Magnus Hagander
Fri, 8 Jan 2016 07:54:40 +0000
(08:54 +0100)
committer
Magnus Hagander
Fri, 8 Jan 2016 07:54:40 +0000
(08:54 +0100)
Tatsuro Yamada
src/include/port/atomics/arch-x86.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/port/atomics/arch-x86.h
b/src/include/port/atomics/arch-x86.h
index d31bba1fbea57e8c9ba675fdbabf53a28b046141..3dbababa5fd482bb7358460bec3377699ef18dcd 100644
(file)
--- a/
src/include/port/atomics/arch-x86.h
+++ b/
src/include/port/atomics/arch-x86.h
@@
-67,7
+67,7
@@
typedef struct pg_atomic_uint32
/*
* It's too complicated to write inline asm for 64bit types on 32bit and the
- * 4
68
can't do it anyway.
+ * 4
86
can't do it anyway.
*/
#ifdef __x86_64__
#define PG_HAVE_ATOMIC_U64_SUPPORT