OSDN Git Service

Fix memory overhelding while forming index' result:
authorVadim B. Mikheev <vadim4o@yahoo.com>
Thu, 21 Nov 1996 06:06:52 +0000 (06:06 +0000)
committerVadim B. Mikheev <vadim4o@yahoo.com>
Thu, 21 Nov 1996 06:06:52 +0000 (06:06 +0000)
commit5d7e44fc8e855e3f15349876c48151018fa5d929
tree98d8e7728d6b1b54bdfc22d667699c47b7d7e55f
parent05b3b8613db1482157c5d2b218f4d96b48cb6d2b
Fix memory overhelding while forming index' result:

memory allocation for ItemPointerData of heap' tuple is useless

because of FormRetrieveIndexResult makes neccessary palloc.
src/backend/access/hash/hashsearch.c