1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-17 06:41:24 +03:00

Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.

This commit is contained in:
Robert Haas 2016-12-02 15:06:41 -05:00
parent b3427dade1
commit 767a9039d7

View File

@ -46,7 +46,7 @@ typedef struct dsa_area dsa_area;
* dsa_get_address. Also, an atomic version and appropriately sized atomic * dsa_get_address. Also, an atomic version and appropriately sized atomic
* operations. * operations.
*/ */
#if DSA_POINTER_SIZEOF == 4 #if SIZEOF_DSA_POINTER == 4
typedef uint32 dsa_pointer; typedef uint32 dsa_pointer;
typedef pg_atomic_uint32 dsa_pointer_atomic; typedef pg_atomic_uint32 dsa_pointer_atomic;
#define dsa_pointer_atomic_init pg_atomic_init_u32 #define dsa_pointer_atomic_init pg_atomic_init_u32