Put all the prototypes for hashfn.c into the same header file.
authorRobert Haas <rhaas@postgresql.org>
Mon, 24 Feb 2020 11:52:45 +0000 (17:22 +0530)
committerRobert Haas <rhaas@postgresql.org>
Mon, 24 Feb 2020 11:52:45 +0000 (17:22 +0530)
commit9341c783cc42ffae5860c86bdc713bd47d734ffd
tree5bf0e9fd3a04a442d222a91919ba1df48dd90790
parent07b95c3d8334f737d4717c91967729f7721e785c
Put all the prototypes for hashfn.c into the same header file.

Previously, some of the prototypes for functions in hashfn.c were
in utils/hashutils.h and others were in utils/hsearch.h, but that
is confusing and has no particular benefit.

Patch by me, reviewed by Suraj Kharage and Mark Dilger.

Discussion: http://postgr.es/m/CA+TgmoaRiG4TXND8QuM6JXFRkM_1wL2ZNhzaUKsuec9-4yrkgw@mail.gmail.com
src/backend/lib/dshash.c
src/backend/utils/hash/dynahash.c
src/include/utils/hashutils.h
src/include/utils/hsearch.h