Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21d304d

Browse files
committedAug 14, 2017
Final pgindent + perltidy run for v10.
1 parent 5b6289c commit 21d304d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+273
-273
lines changed
 

‎src/backend/access/hash/hashpage.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,10 +1320,10 @@ _hash_splitbucket(Relation rel,
13201320
/*
13211321
* If possible, clean up the old bucket. We might not be able to do this
13221322
* if someone else has a pin on it, but if not then we can go ahead. This
1323-
* isn't absolutely necessary, but it reduces bloat; if we don't do it now,
1324-
* VACUUM will do it eventually, but maybe not until new overflow pages
1325-
* have been allocated. Note that there's no need to clean up the new
1326-
* bucket.
1323+
* isn't absolutely necessary, but it reduces bloat; if we don't do it
1324+
* now, VACUUM will do it eventually, but maybe not until new overflow
1325+
* pages have been allocated. Note that there's no need to clean up the
1326+
* new bucket.
13271327
*/
13281328
if (IsBufferCleanupOK(bucket_obuf))
13291329
{

‎src/backend/access/transam/slru.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ SimpleLruInit(SlruCtl ctl, const char *name, int nslots, int nlsns,
233233
}
234234

235235
/* Should fit to estimated shmem size */
236-
Assert(ptr - (char *) shared <= SimpleLruShmemSize(nslots, nlsns));
236+
Assert(ptr - (char *) shared <= SimpleLruShmemSize(nslots, nlsns));
237237
}
238238
else
239239
Assert(found);

0 commit comments

Comments
 (0)