Re: [Fwd: Re: [PATCHES] Patch for - Change LIMIT/OFFSET to use int8]

2006-07-25 Thread Bruce Momjian
From: Dhanaraj M [EMAIL PROTECTED] Date: Wed, 12 Jul 2006 01:06:13 +0530 Subject: Re: [PATCHES] Patch for - Change LIMIT/OFFSET to use int8 To: pgsql-patches@postgresql.org I have made the changes appropriately. The regression tests passed. Since I do not have enough resources, I could

[Fwd: Re: [PATCHES] Patch for - Change LIMIT/OFFSET to use int8]

2006-07-24 Thread Dhanaraj M
I sent this patch already. Can somebody verify this patch? Thanks Dhanaraj ---BeginMessage--- I have made the changes appropriately. The regression tests passed. Since I do not have enough resources, I could not test for a large number. It works for a small table. If anybody tests for int8

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

2006-07-11 Thread Dhanaraj M
I have made the changes appropriately. The regression tests passed. Since I do not have enough resources, I could not test for a large number. It works for a small table. If anybody tests for int8 value, it is appreciated. Also, it gives the following error msg, when the input exceeds the int8

[PATCHES] Patch for - Change LIMIT/OFFSET to use int8

2006-06-26 Thread Dhanaraj M
I attach the patch for the following TODO item. SQL COMMAND * Change LIMIT/OFFSET to use int8 It passes all the regression tests and supports int8. I am waiting for your review. Thanks Dhanaraj *** ./src/backend/executor/nodeLimit.c.orig Sun Jun 25 15:02:46 2006 ---