diff options
| author | Bruce Momjian | 2000-10-05 19:48:34 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2000-10-05 19:48:34 +0000 |
| commit | b32685a999a3d60dbf1f5443ceb2d39d7464d1df (patch) | |
| tree | 4f088ae0917d6b431f1b44b52cdc48c921214e74 /src/include/optimizer | |
| parent | 05e3d0ee8666b74f11ffad16f46e372459d6e53e (diff) | |
Add proofreader's changes to docs.
Fix misspelling of disbursion to dispersion.
Diffstat (limited to 'src/include/optimizer')
| -rw-r--r-- | src/include/optimizer/cost.h | 4 | ||||
| -rw-r--r-- | src/include/optimizer/pathnode.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/include/optimizer/cost.h b/src/include/optimizer/cost.h index 7bb0262e9a4..0f198eb2b3b 100644 --- a/src/include/optimizer/cost.h +++ b/src/include/optimizer/cost.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: cost.h,v 1.34 2000/06/08 22:37:51 momjian Exp $ + * $Id: cost.h,v 1.35 2000/10/05 19:48:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -63,7 +63,7 @@ extern void cost_mergejoin(Path *path, Path *outer_path, Path *inner_path, List *restrictlist, List *outersortkeys, List *innersortkeys); extern void cost_hashjoin(Path *path, Path *outer_path, Path *inner_path, - List *restrictlist, Selectivity innerdisbursion); + List *restrictlist, Selectivity innerdispersion); extern Cost cost_qual_eval(List *quals); extern void set_baserel_size_estimates(Query *root, RelOptInfo *rel); extern void set_joinrel_size_estimates(Query *root, RelOptInfo *rel, diff --git a/src/include/optimizer/pathnode.h b/src/include/optimizer/pathnode.h index e5810a042f2..06912f192f6 100644 --- a/src/include/optimizer/pathnode.h +++ b/src/include/optimizer/pathnode.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: pathnode.h,v 1.29 2000/09/29 18:21:40 tgl Exp $ + * $Id: pathnode.h,v 1.30 2000/10/05 19:48:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -57,7 +57,7 @@ extern HashPath *create_hashjoin_path(RelOptInfo *joinrel, Path *inner_path, List *restrict_clauses, List *hashclauses, - Selectivity innerdisbursion); + Selectivity innerdispersion); /* * prototypes for relnode.c |
