diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-12-03 21:40:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-12-03 21:40:13 +0000 |
commit | 7f676624f67f4b8590ec70f9e17f7e16e614e92e (patch) | |
tree | 4c744a2d0711ea7b4c6fb31fd45c20d78c82b8a3 /src/backend/executor/functions.c | |
parent | dca4d7779850bfa5571cf81ef4646e6efc30511d (diff) | |
download | postgresql-7f676624f67f4b8590ec70f9e17f7e16e614e92e.tar.gz postgresql-7f676624f67f4b8590ec70f9e17f7e16e614e92e.zip |
Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken
by the change to make limit values int8 instead of int4. (Specifically, you
can do DatumGetInt32 safely on a null value, but not DatumGetInt64.) Per
bug #2803 from Greg Johnson.
Diffstat (limited to 'src/backend/executor/functions.c')
0 files changed, 0 insertions, 0 deletions