Make SPI's execution of querystrings follow the rules agreed to for
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Oct 2002 23:49:20 +0000 (23:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Oct 2002 23:49:20 +0000 (23:49 +0000)
commit9ff695c944e7a60792f38302076826eaf54d4031
tree6e8cc2f7a857b9cc05e6c7101b3e4d178d8afa2b
parentba0edcf451b992d064f311337bea2ddfbe7333db
Make SPI's execution of querystrings follow the rules agreed to for
command status at the interactive level.  SPI_processed, etc are set
in the same way as the returned command status would have been set if
the same querystring were issued interactively.  Per gripe from
Michael Paesold 25-Sep-02.
src/backend/executor/spi.c
src/backend/tcop/postgres.c
src/include/executor/spi_priv.h
src/include/tcop/tcopprot.h