Here's a patch to do the following:
Bruce Momjian <bruce@momjian.us>
Here's a patch to do the following: 1. Rename spi_return_next to return_next. 2. Add a new test for return_next. 3. Update the expected output. 4. Update the documentation. Abhijit Menon-Sen
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/plperl.sgml | modified | +6 −3 |
| src/pl/plperl/expected/plperl.out | modified | +33 −51 |
| src/pl/plperl/plperl.c | modified | +2 −2 |
| src/pl/plperl/SPI.xs | modified | +1 −1 |
| src/pl/plperl/sql/plperl.sql | modified | +13 −0 |