Throw an error for negative LIMIT or OFFSET values, instead of silently
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Mar 2008 03:37:59 +0000 (03:37 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Mar 2008 03:37:59 +0000 (03:37 +0000)
commit94b5cf033cc7ba6ac962d1d13c475d84f6a179fe
treed1ec7a623c29198c22b9b08f27c795ba8a0af3b1
parent84663adf7a7f1ef39230fefa83cd7e2ae749eb05
Throw an error for negative LIMIT or OFFSET values, instead of silently
treating them as zero.  Simon Riggs
src/backend/executor/nodeLimit.c