• Robert Haas's avatar
    Check for interrupts during tuple-insertion loops. · c922353b
    Robert Haas authored
    Normally, this won't matter too much; but if I/O is really slow, for
    example because the system is overloaded, we might write many pages
    before checking for interrupts.  A single toast insertion might
    write up to 1GB of data, and a multi-insert could write hundreds
    of tuples (and their corresponding TOAST data).
    c922353b
heapam.c 247 KB