• Heikki Linnakangas's avatar
    Fix small error in COPY FROM progress reporting. · 2f86ab30
    Heikki Linnakangas authored
    The # of bytes processed was accumulated slightly incorrectly. After
    loading more data to the input buffer, we added the number of bytes in
    the buffer to the sum. But in case of multi-byte characters or escapes,
    there can be a few unprocessed bytes left over from previous load in the
    buffer. Those bytes got counted twice.
    2f86ab30
copyfromparse.c 43.8 KB