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 /doc/TODO.detail | |
| parent | 05e3d0ee8666b74f11ffad16f46e372459d6e53e (diff) | |
Add proofreader's changes to docs.
Fix misspelling of disbursion to dispersion.
Diffstat (limited to 'doc/TODO.detail')
| -rw-r--r-- | doc/TODO.detail/optimizer | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO.detail/optimizer b/doc/TODO.detail/optimizer index 83e08c4f13a..38a541a532b 100644 --- a/doc/TODO.detail/optimizer +++ b/doc/TODO.detail/optimizer @@ -518,7 +518,7 @@ cat << \SHAR_EOF > 'selfuncs.c.diff' { float32data nvals; - nvals = getattdisbursion(relid, (int) attno); + nvals = getattdispersion(relid, (int) attno); ! if (nvals == 0) *result = 1.0 / 3.0; else @@ -534,7 +534,7 @@ cat << \SHAR_EOF > 'selfuncs.c.diff' { float32data nvals; - nvals = getattdisbursion(relid, (int) attno); + nvals = getattdispersion(relid, (int) attno); ! if (nvals == 0) { *result = 1.0 / 3.0; + } @@ -1059,7 +1059,7 @@ From owner-pgsql-hackers@hub.org Thu Jan 20 18:45:32 2000 Received: from renoir.op.net (root@renoir.op.net [207.29.195.4]) by candle.pha.pa.us (8.9.0/8.9.0) with ESMTP id TAA00672 for <pgman@candle.pha.pa.us>; Thu, 20 Jan 2000 19:45:30 -0500 (EST) -Received: from hub.org (hub.org [216.126.84.1]) by renoir.op.net (o1/$Revision: 1.14 $) with ESMTP id TAA01989 for <pgman@candle.pha.pa.us>; Thu, 20 Jan 2000 19:39:15 -0500 (EST) +Received: from hub.org (hub.org [216.126.84.1]) by renoir.op.net (o1/$Revision: 1.15 $) with ESMTP id TAA01989 for <pgman@candle.pha.pa.us>; Thu, 20 Jan 2000 19:39:15 -0500 (EST) Received: from localhost (majordom@localhost) by hub.org (8.9.3/8.9.3) with SMTP id TAA00957; Thu, 20 Jan 2000 19:35:19 -0500 (EST) |
