]> granicus.if.org Git - postgresql/commitdiff
Fix thinko in b3427dade14cc31eb48740bc9ea98b5954470b24.
authorRobert Haas <rhaas@postgresql.org>
Fri, 2 Dec 2016 20:06:41 +0000 (15:06 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 2 Dec 2016 20:06:41 +0000 (15:06 -0500)
src/include/utils/dsa.h

index 4ef5c241c912faa7bd63cc586b3741345e371837..b05ab2c7f45529107e6c14c696ac8d7e69bec86e 100644 (file)
@@ -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