postgresql/src/backend/utils/hash
Tom Lane 6a6f2d91d4 When using C-string lookup keys in a dynahash.c hash table, use strncpy()
not memcpy() to copy the offered key into the hash table during HASH_ENTER.
This avoids possible core dump if the passed key is located very near the
end of memory.  Per report from Stefan Kaltenbrunner.
2005-06-18 20:51:30 +00:00
..
dynahash.c When using C-string lookup keys in a dynahash.c hash table, use strncpy() 2005-06-18 20:51:30 +00:00
hashfn.c Marginal hack to avoid spending a lot of time in find_join_rel during 2005-06-08 23:02:05 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
pg_crc.c Change CRCs in WAL records from 64bit to 32bit for performance reasons. 2005-06-02 05:55:29 +00:00