Skip to content

Commit cf1d216

Browse files
committed
Fix comment spacing.
1 parent 81704b9 commit cf1d216

File tree

1 file changed

+1
-3
lines changed
  • src/backend/storage/file

1 file changed

+1
-3
lines changed

src/backend/storage/file/fd.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.52 2000/01/26 05:56:55 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.53 2000/02/28 08:51:43 momjian Exp $
1111
*
1212
* NOTES:
1313
*
@@ -451,7 +451,6 @@ AllocateVfd()
451451

452452
if (VfdCache[0].nextFree == 0)
453453
{
454-
455454
/*
456455
* The free list is empty so it is time to increase the size of
457456
* the array. We choose to double it each time this happens.
@@ -566,7 +565,6 @@ FileAccess(File file)
566565
}
567566
else if (VfdCache[0].lruLessRecently != file)
568567
{
569-
570568
/*
571569
* We now know that the file is open and that it is not the last
572570
* one accessed, so we need to move it to the head of the Lru

0 commit comments

Comments
 (0)