diff options
author | Bruce Momjian | 1999-12-29 10:12:23 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-12-29 10:12:23 +0000 |
commit | b21ee21455971b5e47cf142877126496f940419f (patch) | |
tree | cad5cc2ade671e8f5741713f9f461b0f19ac306e | |
parent | e3cec20ccda58929fc2375087def3b2a2af30fc4 (diff) |
Update comments.
-rw-r--r-- | src/backend/commands/vacuum.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/commands/vacuum.c b/src/backend/commands/vacuum.c index 054a4ad6d60..9d2bb9fec61 100644 --- a/src/backend/commands/vacuum.c +++ b/src/backend/commands/vacuum.c @@ -7,7 +7,7 @@ * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.131 1999/12/16 22:19:42 wieck Exp $ + * $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.132 1999/12/29 10:12:23 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -2145,8 +2145,8 @@ vc_tidreapped(ItemPointer itemptr, VPageList vpl) * * We compute the column min, max, null and non-null counts. * Plus we attempt to find the count of the value that occurs most - * frequently in each column - * These figures are used to compute the selectivity of the column + * frequently in each column. These figures are used to compute + * the selectivity of the column. * * We use a three-bucked cache to get the most frequent item * The 'guess' buckets count hits. A cache miss causes guess1 |