1
0
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:
Daniel Gustafsson 2022-11-17 13:17:19 +01:00
parent 01755490cf
commit 3d0c95bc89

View File

@ -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_SCOPE SH_ELEMENT_TYPE *
SH_LOOKUP(SH_TYPE * tb, SH_KEY_TYPE key) 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. * Returns NULL if key not present.
*/ */