projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3427da
)
Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 2 Dec 2016 20:06:41 +0000
(15:06 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 2 Dec 2016 20:06:41 +0000
(15:06 -0500)
src/include/utils/dsa.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/dsa.h
b/src/include/utils/dsa.h
index 4ef5c241c912faa7bd63cc586b3741345e371837..b05ab2c7f45529107e6c14c696ac8d7e69bec86e 100644
(file)
--- a/
src/include/utils/dsa.h
+++ b/
src/include/utils/dsa.h
@@
-46,7
+46,7
@@
typedef struct dsa_area dsa_area;
* dsa_get_address. Also, an atomic version and appropriately sized atomic
* operations.
*/
-#if
DSA_POINTER_SIZEOF
== 4
+#if
SIZEOF_DSA_POINTER
== 4
typedef uint32 dsa_pointer;
typedef pg_atomic_uint32 dsa_pointer_atomic;
#define dsa_pointer_atomic_init pg_atomic_init_u32