pgsql: Fix LIMIT/OFFSET for null limit values. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix LIMIT/OFFSET for null limit values.
Date
Msg-id 20061203214013.3FBAB9FA2FC@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeLimit.c (r1.27 -> r1.27.2.1)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeLimit.c.diff?r1=1.27&r2=1.27.2.1)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix LIMIT/OFFSET for null limit values.
Next
From: alvherre@pgfoundry.org (Alvaro Herrera)
Date:
Subject: press - pr: Fix a couple of typos, Camel Case, an encoding problem, and