Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 54195 invoked from network); 10 Aug 2005 16:46:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 16:46:22 -0000 Received: (qmail 14431 invoked by uid 500); 10 Aug 2005 16:46:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 14394 invoked by uid 500); 10 Aug 2005 16:46:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 14381 invoked by uid 99); 10 Aug 2005 16:46:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 09:46:20 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,DNS_FROM_RFC_WHOIS,SPF_HELO_FAIL X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [32.97.182.143] (HELO e3.ny.us.ibm.com) (32.97.182.143) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 09:46:41 -0700 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e3.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id j7AGkHuh018043 for ; Wed, 10 Aug 2005 12:46:17 -0400 Received: from d01av04.pok.ibm.com (d01av04.pok.ibm.com [9.56.224.64]) by d01relay04.pok.ibm.com (8.12.10/NCO/VERS6.7) with ESMTP id j7AGkG1t236158 for ; Wed, 10 Aug 2005 12:46:16 -0400 Received: from d01av04.pok.ibm.com (loopback [127.0.0.1]) by d01av04.pok.ibm.com (8.12.11/8.13.3) with ESMTP id j7AGkGYO019638 for ; Wed, 10 Aug 2005 12:46:16 -0400 Received: from [127.0.0.1] (Abrown.svl.ibm.com [9.30.40.193]) by d01av04.pok.ibm.com (8.12.11/8.12.11) with ESMTP id j7AGkDPE019383 for ; Wed, 10 Aug 2005 12:46:16 -0400 Message-ID: <42FA2F8D.8000903@sbcglobal.net> Date: Wed, 10 Aug 2005 09:47:09 -0700 From: Army User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.1) Gecko/20040707 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: Re: paging Satheesh References: <42F2B4D0.5080701@sun.com> <42F7C00B.3070508@sun.com> <42F7F359.4020201@Sourcery.Org> <42F7F87C.4080000@sun.com> <42F8255B.3050908@sbcglobal.net> <42F8B9D9.4030407@sbcglobal.net> <42F93F89.7030000@gmail.com> <42F947F3.80007@sun.com> <42FA0808.3040002@sun.com> <42FA2817.3000303@sun.com> In-Reply-To: <42FA2817.3000303@sun.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David Van Couvering wrote: > Hi, Rick. Once this gets approval from Army and Shreyas I'll go ahead > and check it in. > > David > > Rick Hillegas wrote: > >> I have attached a new rev of the fix to bug 171. This rev addresses >> Army's concerns. >> >> Cheers, >> -Rick The new patch addresses the concerns I brought up earlier, and the comments in DERBY-171 now explain the changes to "refActions1" in a good amount of detail. I ran the modified "update.sql" and "delete.sql" tests locally with the patch applied and they both passed. Since I haven't noticed any other issues with new patch, I give it my +1. Thanks to Rick for answering my questions and addressing my comments, Army