|
7 | 7 | * Portions Copyright (c) 1994, Regents of the University of California
|
8 | 8 | *
|
9 | 9 | * 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 $ |
11 | 11 | *
|
12 | 12 | * NOTES:
|
13 | 13 | *
|
@@ -451,7 +451,6 @@ AllocateVfd()
|
451 | 451 |
|
452 | 452 | if (VfdCache[0].nextFree==0)
|
453 | 453 | {
|
454 |
| - |
455 | 454 | /*
|
456 | 455 | * The free list is empty so it is time to increase the size of
|
457 | 456 | * the array. We choose to double it each time this happens.
|
@@ -566,7 +565,6 @@ FileAccess(File file)
|
566 | 565 | }
|
567 | 566 | elseif (VfdCache[0].lruLessRecently!=file)
|
568 | 567 | {
|
569 |
| - |
570 | 568 | /*
|
571 | 569 | * We now know that the file is open and that it is not the last
|
572 | 570 | * one accessed, so we need to move it to the head of the Lru
|
|