diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index c98e313288..ec483a0e8e 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -856,8 +856,8 @@ static bool equalPolicy(RowSecurityPolicy *policy1, RowSecurityPolicy *policy2) { int i; - Oid *r1, - *r2; + Oid *r1, + *r2; if (policy1 != NULL) { diff --git a/src/include/port/atomics/generic-gcc.h b/src/include/port/atomics/generic-gcc.h index 57e3bcaf71..6a2373079b 100644 --- a/src/include/port/atomics/generic-gcc.h +++ b/src/include/port/atomics/generic-gcc.h @@ -240,4 +240,3 @@ pg_atomic_fetch_add_u64_impl(volatile pg_atomic_uint64 *ptr, int64 add_) #endif /* defined(PG_USE_INLINE) || defined(ATOMICS_INCLUDE_DEFINITIONS) */ #endif /* defined(HAVE_ATOMICS) */ -