diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2006-12-03 21:40:07 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2006-12-03 21:40:07 +0000 |
commit | 406d028a9bb1a531d8e413918709f8d99f5c7783 (patch) | |
tree | 82fe4ff467583c7c22467e8880d670034964e982 /src/backend/utils/adt/pgstatfuncs.c | |
parent | 75330c3205648fc4844cbd658a16a5639f4541ee (diff) | |
download | postgresql-406d028a9bb1a531d8e413918709f8d99f5c7783.tar.gz postgresql-406d028a9bb1a531d8e413918709f8d99f5c7783.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/utils/adt/pgstatfuncs.c')
0 files changed, 0 insertions, 0 deletions