1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

doc: Spell checking

This commit is contained in:
Peter Eisentraut
2020-07-05 15:37:57 +02:00
parent 45f165b18b
commit ffb23488af
11 changed files with 17 additions and 17 deletions

View File

@ -4,7 +4,7 @@
* Track statement planning and execution times as well as resource
* usage across a whole database cluster.
*
* Execution costs are totalled for each distinct source query, and kept in
* Execution costs are totaled for each distinct source query, and kept in
* a shared hashtable. (We track only as many distinct queries as will fit
* in the designated amount of shared memory.)
*