Re: allow frontend use of the backend's core hashing functions
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Mark Dilger <mark.dilger@enterprisedb.com>
Cc: Suraj Kharage <suraj.kharage@enterprisedb.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-02-14T15:33:04Z
Lists: pgsql-hackers
On Thu, Feb 13, 2020 at 11:26 AM Mark Dilger <mark.dilger@enterprisedb.com> wrote: > I have made these changes and rebased Robert’s patches but otherwise changed nothing. Here they are: Thanks. Anyone else have comments? I think this is pretty straightforward and unobjectionable work so I'm inclined to press forward with committing it fairly soon, but if someone feels otherwise, please speak up. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Move src/backend/utils/hash/hashfn.c to src/common
- 05d8449e7369 13.0 landed
-
Adapt hashfn.c and hashutils.h for frontend use.
- a91e2fa94180 13.0 landed
-
Put all the prototypes for hashfn.c into the same header file.
- 9341c783cc42 13.0 landed
-
Move bitmap_hash and bitmap_match to bitmapset.c.
- 07b95c3d8334 13.0 landed