• Tom Lane's avatar
    Arrange for ValuesScan to keep per-sublist expression eval state in a · 0dfb595d
    Tom Lane authored
    temporary context that can be reset when advancing to the next sublist.
    This is faster and more thorough at recovering space than the previous
    method; moreover it will do the right thing if something in the sublist
    tries to register an expression context callback.
    0dfb595d
execnodes.h 44.7 KB