diff options
author | Robert Haas <rhaas@postgresql.org> | 2020-02-24 17:17:08 +0530 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2020-02-24 17:17:43 +0530 |
commit | 07b95c3d8334f737d4717c91967729f7721e785c (patch) | |
tree | 2abfb24ba5536bb20b0ceb9eae54eeb1b1b7bf91 /contrib/postgres_fdw/connection.c | |
parent | bf883b211eae18662f2dfaede02f5d115bf0b805 (diff) | |
download | postgresql-07b95c3d8334f737d4717c91967729f7721e785c.tar.gz postgresql-07b95c3d8334f737d4717c91967729f7721e785c.zip |
Move bitmap_hash and bitmap_match to bitmapset.c.
The closely-related function bms_hash_value is already defined in that
file, and this change means that hashfn.c no longer needs to depend on
nodes/bitmapset.h. That gets us closer to allowing use of the hash
functions in hashfn.c in frontend code.
Patch by me, reviewed by Suraj Kharage and Mark Dilger.
Discussion: http://postgr.es/m/CA+TgmoaRiG4TXND8QuM6JXFRkM_1wL2ZNhzaUKsuec9-4yrkgw@mail.gmail.com
Diffstat (limited to 'contrib/postgres_fdw/connection.c')
0 files changed, 0 insertions, 0 deletions