• Tom Lane's avatar
    Rewrite ReadArrayStr() to avoid O(N^2) behavior on large strings, · ae8f7313
    Tom Lane authored
    and hopefully improve code clarity while at it.  One intentional
    semantics change: a backslashed space will not be treated as removable
    trailing whitespace, as the prior coding would do.  ISTM that if it
    wouldn't be considered removable leading whitespace, it shouldn't be
    stripped at the end either.
    ae8f7313
arrayfuncs.c 90.2 KB