Re: Patch for - Change LIMIT/OFFSET to use int8 - Mailing list pgsql-patches

From Tom Lane
Subject Re: Patch for - Change LIMIT/OFFSET to use int8
Date
Msg-id 29360.1151334585@sss.pgh.pa.us
Whole thread Raw
In response to Patch for - Change LIMIT/OFFSET to use int8  (Dhanaraj M <Dhanaraj.M@Sun.COM>)
Responses Re: Patch for - Change LIMIT/OFFSET to use int8
List pgsql-patches
Dhanaraj M <Dhanaraj.M@Sun.COM> writes:
> I attach the patch for the following TODO item.
>   SQL COMMAND
>     * Change LIMIT/OFFSET to use int8

This can't possibly be correct.  It doesn't even change the field types
in struct LimitState, for example.  You've missed half a dozen places
in the planner that would need work, too.

            regards, tom lane

pgsql-patches by date:

Previous
From: Dhanaraj M
Date:
Subject: Patch for - Change LIMIT/OFFSET to use int8
Next
From: "Hiroshi Saito"
Date:
Subject: Re: MS-VC build patch