git.postgresql.org Git - postgresql.git/commit
2020年2月24日 11:47:08 +0000 (17:17 +0530)
2020年2月24日 11:47:43 +0000 (17:17 +0530)
commit 07b95c3d8334f737d4717c91967729f7721e785c
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
This is the main PostgreSQL git repository.
RSS
Atom