• A
    COPY: expand the type of numcompleted to 64 bits · 8d40268b
    Adam Lee 提交于
    Integer overflow occurs without this when copied more than 2^31 rows,
    under the `COPY ON SEGMENT` mode.
    
    Errors happen when it is casted to uint64, the type of `processed` in
    `CopyStateData`, third-party Postgres driver, which takes it as an
    int64, fails out of range.
    8d40268b
cdbcopy.h 2.6 KB