Obsolete version of SPI_execute */
| 655 | |
| 656 | /* Obsolete version of SPI_execute */ |
| 657 | int |
| 658 | SPI_exec(const char *src, long tcount) |
| 659 | { |
| 660 | return SPI_execute(src, false, tcount); |
| 661 | } |
| 662 | |
| 663 | /* Parse, plan, and execute a query string, with extensible options */ |
| 664 | int |
no test coverage detected