git.postgresql.org Git - postgresql.git/commit

git projects / postgresql.git / commit
? search:
summary | shortlog | log | commit | commitdiff | tree
(parent: 75330c3) | patch
Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was broken
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.
src/backend/executor/nodeLimit.c diff | blob | blame | history
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /