mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix wording in comment
Author: vignesh C <vignesh21@gmail.com> Discussion: https://postgr.es/m/CALDaNm0jKY__83tUsem79+YqfjTWTAkDfiPS0T_Z4y0AYGd_HQ@mail.gmail.com
This commit is contained in:
parent
01755490cf
commit
3d0c95bc89
@ -810,7 +810,7 @@ SH_LOOKUP_HASH_INTERNAL(SH_TYPE * tb, SH_KEY_TYPE key, uint32 hash)
|
||||
}
|
||||
|
||||
/*
|
||||
* Lookup up entry in hash table. Returns NULL if key not present.
|
||||
* Lookup entry in hash table. Returns NULL if key not present.
|
||||
*/
|
||||
SH_SCOPE SH_ELEMENT_TYPE *
|
||||
SH_LOOKUP(SH_TYPE * tb, SH_KEY_TYPE key)
|
||||
@ -821,7 +821,7 @@ SH_LOOKUP(SH_TYPE * tb, SH_KEY_TYPE key)
|
||||
}
|
||||
|
||||
/*
|
||||
* Lookup up entry in hash table using an already-calculated hash.
|
||||
* Lookup entry in hash table using an already-calculated hash.
|
||||
*
|
||||
* Returns NULL if key not present.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user