mirror of https://github.com/postgres/postgres
Coverity complained that the hash_create() call might access hash_table_ctl->hctl. That's a false alarm, hash_create() only accesses that field when passed the HASH_SHARED_MEM flag. Try to silence it by using a plain local variable instead of a const. That's how the HASHCTL is initialized in all the other hash_create() calls.pull/174/head
parent
b2be5cb2ab
commit
f011e82c2c
Loading…
Reference in new issue