mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Fix collection of typos in the code and the documentation
Some words were duplicated while other places were grammatically incorrect, including one variable name in the code. Author: Otto Kekalainen, Justin Pryzby Discussion: https://postgr.es/m/7DDBEFC5-09B6-4325-B942-B563D1A24BDC@amazon.com
This commit is contained in:
@@ -337,7 +337,7 @@ calc_rank_or(const float *w, TSVector t, TSQuery q)
|
||||
}
|
||||
/*
|
||||
limit (sum(1/i^2),i=1,inf) = pi^2/6
|
||||
resj = sum(wi/i^2),i=1,noccurence,
|
||||
resj = sum(wi/i^2),i=1,noccurrence,
|
||||
wi - should be sorted desc,
|
||||
don't sort for now, just choose maximum weight. This should be corrected
|
||||
Oleg Bartunov
|
||||
|
||||
Reference in New Issue
Block a user