mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Fix collection of typos and grammar mistakes in docs and comments
Author: Justin Pryzby Discussion: https://postgr.es/m/20190330224333.GQ5815@telsasoft.com
This commit is contained in:
@@ -817,7 +817,7 @@ hash_destroy(HTAB *hashp)
|
||||
{
|
||||
/* allocation method must be one we know how to free, too */
|
||||
Assert(hashp->alloc == DynaHashAlloc);
|
||||
/* so this hashtable must have it's own context */
|
||||
/* so this hashtable must have its own context */
|
||||
Assert(hashp->hcxt != NULL);
|
||||
|
||||
hash_stats("destroy", hashp);
|
||||
|
Reference in New Issue
Block a user