Skip to content

Commit b21ee21

Browse files
committed
Update comments.
1 parent e3cec20 commit b21ee21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/commands/vacuum.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.131 1999/12/16 22:19:42 wieck Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.132 1999/12/29 10:12:23 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -2145,8 +2145,8 @@ vc_tidreapped(ItemPointer itemptr, VPageList vpl)
21452145
*
21462146
* We compute the column min, max, null and non-null counts.
21472147
* Plus we attempt to find the count of the value that occurs most
2148-
* frequently in each column
2149-
* These figures are used to compute the selectivity of the column
2148+
* frequently in each column. These figures are used to compute
2149+
* the selectivity of the column.
21502150
*
21512151
* We use a three-bucked cache to get the most frequent item
21522152
* The 'guess' buckets count hits. A cache miss causes guess1

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy