Re: Patch for - Change LIMIT/OFFSET to use int8

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dhanaraj(dot)M(at)Sun(dot)COM
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Patch for - Change LIMIT/OFFSET to use int8
Date: 2006-06-26 15:09:45
Message-ID: 29360.1151334585@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Dhanaraj M <Dhanaraj(dot)M(at)Sun(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroshi Saito 2006-06-26 16:04:09 Re: MS-VC build patch
Previous Message Bruce Momjian 2006-06-26 13:06:28 Re: [CORE] GPL Source and Copyright Questions