mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Fix typos and grammar in code and test comments
This fixes the grammar of some comments in a couple of tests (SQL and TAP), and in some C files. Author: Justin Pryzby Discussion: https://postgr.es/m/20220511020334.GH19626@telsasoft.com
This commit is contained in:
@ -246,7 +246,7 @@ BuildTupleHashTableExt(PlanState *parent,
|
||||
}
|
||||
|
||||
/*
|
||||
* BuildTupleHashTable is a backwards-compatibilty wrapper for
|
||||
* BuildTupleHashTable is a backwards-compatibility wrapper for
|
||||
* BuildTupleHashTableExt(), that allocates the hashtable's metadata in
|
||||
* tablecxt. Note that hashtables created this way cannot be reset leak-free
|
||||
* with ResetTupleHashTable().
|
||||
|
Reference in New Issue
Block a user