1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Copyedit comments and documentation.

This commit is contained in:
Noah Misch
2016-04-01 21:53:10 -04:00
parent f07d18b6e9
commit 4ad6f13500
17 changed files with 25 additions and 25 deletions

View File

@@ -67,7 +67,7 @@
* are not implemented; otherwise functionality is identical.
*
* Compilation controls:
* DEBUG controls some informative traces, mainly for debugging.
* HASH_DEBUG controls some informative traces, mainly for debugging.
* HASH_STATISTICS causes HashAccesses and HashCollisions to be maintained;
* when combined with HASH_DEBUG, these are displayed by hdestroy().
*