Code review for FETCH/MOVE 0 changes. Improve documentation, do the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 061168d38f1e9e34234e2b6a3df582f98cbc1645
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-01-08T00:22:27Z
Releases: 7.4.1
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

PathChange+/−
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