Tom Lane writes:
> A brute-force approach is to say "we know _start is word-aligned because
> we just got it from palloc, which guarantees MAXALIGNment". We could
> make a variant version of MemSet that omits the alignment check, and use
> it here and anywhere else we're sure it's safe.
Or make a version of palloc that zeroes the memory.
--
Peter Eisentraut peter_e@gmx.net