• Tom Lane's avatar
    Remove the prohibition on executing cursor commands through SPI_execute. · bf823652
    Tom Lane authored
    Vadim had included this restriction in the original design of the SPI code,
    but I'm darned if I can see a reason for it.
    
    I left the macro definition of SPI_ERROR_CURSOR in place, so as not to
    needlessly break any SPI callers that are checking for it, but that code
    will never actually be returned anymore.
    bf823652
spi.h 4.91 KB