Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 6E2FE1337B4E for ; Mon, 9 May 2011 22:45:44 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.243]) (amavisd-maia, port 10024) with ESMTP id 01607-02-5 for ; Tue, 10 May 2011 01:45:37 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wy0-f174.google.com (mail-wy0-f174.google.com [74.125.82.174]) by mail.postgresql.org (Postfix) with ESMTP id CB8BA1337C1B for ; Mon, 9 May 2011 22:45:21 -0300 (ADT) Received: by wya21 with SMTP id 21so4317289wya.19 for ; Mon, 09 May 2011 18:45:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=1qJOnXC36kOhBLolGcpK5XZZxyy2qPpI/RX+rhkIRj8=; b=xsus18AwTdJxY/gxOkMDqjXDLTmW7ceLN/ci9w5wPgQKDeQ9qgc4/Tcf1dz3Kbe9/A tOMxhz1wn3IDaDo9xZAhOeCnVCAxsZNY3tll/OnzzA1WEZi1TeSoLSCGqlVehBfi2uc2 ApEiBuuPvjy7GFghFxmNiDjFrVbBrtVPjLWqs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=KXM4YQFFYqofCI7U9CDswuNUk0RLlJA5aBm9CKDkp2C38LbpcOY9WRPDHKninkkx5N Ms1F5EanI6ul6+g0MeOzkRUXRt0kQu3p4Tz5d21oey56yWPPKUdD5M3Q+cDrVGvPEuhk P5kOreS5xbDiy0M0F+IR5G1Y+p4whAqBw16Ew= Received: by 10.216.28.1 with SMTP id f1mr1977656wea.41.1304991921137; Mon, 09 May 2011 18:45:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.121.15 with HTTP; Mon, 9 May 2011 18:45:01 -0700 (PDT) In-Reply-To: <201105100104.p4A14n024448@momjian.us> References: <4DC0FFA5020000250003D243@gw.wicourts.gov> <201105100104.p4A14n024448@momjian.us> From: Josh Kupershmidt Date: Mon, 9 May 2011 21:45:01 -0400 Message-ID: Subject: Re: boolean states To: Bruce Momjian Cc: Kevin Grittner , jaime@2ndquadrant.com, jack@douglastechnology.co.uk, pgsql-docs@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.898 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FREEMAIL_FROM=0.001, RFC_ABUSE_POST=0.001 X-Spam-Level: X-Archive-Number: 201105/42 X-Sequence-Number: 6717 On Mon, May 9, 2011 at 9:04 PM, Bruce Momjian wrote: > Attached patch applied to HEAD and 9.0.X. The patch you attached looks like it's a fix for the -bugs thread about "inappropriate reference to boolean logic", not the complaint raised in this thread. Josh