mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Fix whitespace
This commit is contained in:
parent
9b6bb9b471
commit
d11339c099
4
src/backend/utils/cache/relcache.c
vendored
4
src/backend/utils/cache/relcache.c
vendored
@ -856,8 +856,8 @@ static bool
|
||||
equalPolicy(RowSecurityPolicy *policy1, RowSecurityPolicy *policy2)
|
||||
{
|
||||
int i;
|
||||
Oid *r1,
|
||||
*r2;
|
||||
Oid *r1,
|
||||
*r2;
|
||||
|
||||
if (policy1 != NULL)
|
||||
{
|
||||
|
@ -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) */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user