• Tom Lane's avatar
    Try to make array_in's behavior a tad less bizarre. Leading whitespace · 0f2fbbba
    Tom Lane authored
    before a data item is now always skipped, rather than only sometimes.
    Backslashes not within double-quoted text are treated reasonably, as
    are multiple sequences of quoted text in a single data item.  But it
    still seems rather prone to misbehavior if the input is not completely
    syntactically correct --- in particular, garbage following a right brace
    will be ignored.
    0f2fbbba
arrayfuncs.c 45.8 KB