diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-02-28 08:51:43 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-02-28 08:51:43 +0000 |
commit | cf1d2165b3743e7dee908ecd2ee3d59e81c4c3fc (patch) | |
tree | 983b5bdc62601de0df47bd8aaef54bfd8d0020ca /src | |
parent | 81704b90700bf997c8ab6164ea610602e886040e (diff) | |
download | postgresql-cf1d2165b3743e7dee908ecd2ee3d59e81c4c3fc.tar.gz postgresql-cf1d2165b3743e7dee908ecd2ee3d59e81c4c3fc.zip |
Fix comment spacing.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/storage/file/fd.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/storage/file/fd.c b/src/backend/storage/file/fd.c index efc8950cd10..cc8d047bf40 100644 --- a/src/backend/storage/file/fd.c +++ b/src/backend/storage/file/fd.c @@ -7,7 +7,7 @@ * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.52 2000/01/26 05:56:55 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/storage/file/fd.c,v 1.53 2000/02/28 08:51:43 momjian Exp $ * * NOTES: * @@ -451,7 +451,6 @@ AllocateVfd() if (VfdCache[0].nextFree == 0) { - /* * The free list is empty so it is time to increase the size of * the array. We choose to double it each time this happens. @@ -566,7 +565,6 @@ FileAccess(File file) } else if (VfdCache[0].lruLessRecently != file) { - /* * We now know that the file is open and that it is not the last * one accessed, so we need to move it to the head of the Lru |