Andrey Borodin <x4...@yandex-team.ru> writes: > While fixing this maybe use MemoryContextAllocZero() instead of subsequent > MemSet()?
I thought about that but intentionally left it as-is, because that would force zeroing of the space reserved for the hashtable name too. That's unnecessary, and since it'd often be odd-sized it might result in a less efficient fill loop. regards, tom lane