git.postgresql.org Git - postgresql.git/commit
Sun, 3 Dec 2006 21:40:07 +0000 (21:40 +0000)
Sun, 3 Dec 2006 21:40:07 +0000 (21:40 +0000)
commit 406d028a9bb1a531d8e413918709f8d99f5c7783
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.
This is the main PostgreSQL git repository.
RSS
Atom