Received: from maia.hub.org (maia-3.hub.org [200.46.204.243]) by mail.postgresql.org (Postfix) with ESMTP id 27223634CF7 for ; Wed, 1 Sep 2010 23:52:34 -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 01460-07-4 for ; Thu, 2 Sep 2010 02:52:25 +0000 (UTC) Received: from cvs.postgresql.org (cvs.postgresql.org [217.196.146.206]) by mail.postgresql.org (Postfix) with ESMTP id B73F2634D50 for ; Wed, 1 Sep 2010 23:52:18 -0300 (ADT) Received: by cvs.postgresql.org (Postfix, from userid 1200) id F18287541E2; Thu, 2 Sep 2010 02:52:14 +0000 (UTC) MIME-Version: 1.0 To: pgsql-committers@postgresql.org Subject: pgsql: Fix typo. X-Mailer: activitymail 1.24, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain Message-Id: <20100902025214.F18287541E2@cvs.postgresql.org> Date: Thu, 2 Sep 2010 02:52:14 +0000 (UTC) From: rhaas@postgresql.org (Robert Haas) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-10 required=5 tests=BAYES_00=-1.9, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201009/5 X-Sequence-Number: 42049 Log Message: ----------- Fix typo. Pointed out by Kevin Grittner. Modified Files: -------------- pgsql/src/backend/catalog: objectaddress.c (r1.2 -> r1.3) (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/catalog/objectaddress.c?r1=1.2&r2=1.3)