Code review for FETCH/MOVE 0 changes. Improve documentation, do the
Tom Lane <tgl@sss.pgh.pa.us>
Code review for FETCH/MOVE 0 changes. Improve documentation, do the right thing with the destination when FETCH 0 can't return a row, don't try to stuff LONG_MAX into an int value.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/fetch.sgml | modified | +49 −17 |
| doc/src/sgml/ref/move.sgml | modified | +7 −11 |
| doc/src/sgml/release.sgml | modified | +2 −1 |
| src/backend/commands/portalcmds.c | modified | +49 −39 |
| src/backend/parser/gram.y | modified | +6 −6 |