1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix typos in comments

Dmitriy Olshevskiy
This commit is contained in:
Magnus Hagander
2015-05-17 14:57:30 +02:00
parent 6b665454e3
commit 3b075e9d7b
12 changed files with 19 additions and 19 deletions

View File

@ -267,7 +267,7 @@ tsm_system_time_cost(PG_FUNCTION_ARGS)
NULL);
/*
* Assumption here is that we'll never read less then 1% of table pages,
* Assumption here is that we'll never read less than 1% of table pages,
* this is here mainly because it is much less bad to overestimate than
* underestimate and using just spc_random_page_cost will probably lead
* to underestimations in general.