• Tom Lane's avatar
    Swap the order of testing for control characters and for column delimiter in · 16adaf1b
    Tom Lane authored
    CopyAttributeOutText(), so that control characters are converted to the
    C-style escape sequences even if they happen to be equal to the column
    delimiter (as is true by default for tab, for example).  Oversight in my
    previous patch to restore pre-8.3 behavior of COPY OUT escaping.  Per report
    from Tomas Szepe.
    16adaf1b
copy.c 93.5 KB