1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

doc: Spell checking

This commit is contained in:
Peter Eisentraut
2020-07-05 15:37:57 +02:00
parent 8cea55e99b
commit 90b2d8c1ad
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.)
*