mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Fix some typos, grammar and style in docs and comments
The portions fixing the documentation are backpatched where needed. Author: Justin Pryzby Discussion: https://postgr.es/m/20210210235557.GQ20012@telsasoft.com backpatch-through: 9.6
This commit is contained in:
@ -645,7 +645,7 @@ scalarineqsel(PlannerInfo *root, Oid operator, bool isgt, bool iseq,
|
||||
|
||||
/*
|
||||
* The calculation so far gave us a selectivity for the "<=" case.
|
||||
* We'll have one less tuple for "<" and one additional tuple for
|
||||
* We'll have one fewer tuple for "<" and one additional tuple for
|
||||
* ">=", the latter of which we'll reverse the selectivity for
|
||||
* below, so we can simply subtract one tuple for both cases. The
|
||||
* cases that need this adjustment can be identified by iseq being
|
||||
|
Reference in New Issue
Block a user