8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3427da commit 767a903Copy full SHA for 767a903
src/include/utils/dsa.h
@@ -46,7 +46,7 @@ typedef struct dsa_area dsa_area;
46
* dsa_get_address. Also, an atomic version and appropriately sized atomic
47
* operations.
48
*/
49
-#if DSA_POINTER_SIZEOF == 4
+#if SIZEOF_DSA_POINTER == 4
50
typedef uint32 dsa_pointer;
51
typedef pg_atomic_uint32 dsa_pointer_atomic;
52
#define dsa_pointer_atomic_init pg_atomic_init_u32
0 commit comments