• Tom Lane's avatar
    Code review for palloc0 patch --- avoid dangerous and unnecessary · 88177f77
    Tom Lane authored
    practice of evaluating MemSet's arguments multiple times, except for
    the special case of newNode(), where we can assume the argument is
    a constant sizeof() operator.
    Also, add GetMemoryChunkContext() to mcxt.c's API, in preparation for
    fixing recent GEQO breakage.
    88177f77
c.h 18.6 KB