Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 767a903

Browse files
committed
Fix thinko in b3427da.
1 parent b3427da commit 767a903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/utils/dsa.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typedef struct dsa_area dsa_area;
4646
* dsa_get_address. Also, an atomic version and appropriately sized atomic
4747
* operations.
4848
*/
49-
#if DSA_POINTER_SIZEOF == 4
49+
#if SIZEOF_DSA_POINTER == 4
5050
typedef uint32 dsa_pointer;
5151
typedef pg_atomic_uint32 dsa_pointer_atomic;
5252
#define dsa_pointer_atomic_init pg_atomic_init_u32

0 commit comments

Comments
 (0)