Received: from maia.hub.org (maia-2.hub.org [200.46.204.251]) by mail.postgresql.org (Postfix) with ESMTP id E9A9C632A1D for ; Thu, 24 Jun 2010 14:30:51 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.251]) (amavisd-maia, port 10024) with ESMTP id 05062-07 for ; Thu, 24 Jun 2010 17:30:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-iw0-f174.google.com (mail-iw0-f174.google.com [209.85.214.174]) by mail.postgresql.org (Postfix) with ESMTP id B52BA632A04 for ; Thu, 24 Jun 2010 14:30:44 -0300 (ADT) Received: by iwn41 with SMTP id 41so1055877iwn.19 for ; Thu, 24 Jun 2010 10:30:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=YyjGjO8ziF+RgmSfaKKPHj/gUePe0wMH9uoxkTNhhJI=; b=w7HhAqwKNShgK/i01y3KHC3Nno5Xpy/7/0vd+ovuetu4zzxd8PGUlok3kNcq+u2mb+ 3EE3hjW9abm241VuTBPkvPgzT/hayZ32KBsxccVpYTz0Q7GhJ/XuSrM7Hiq2gBmb15lD /mpE71MLFUMXjn8rtdGjWXHeabl272EV1QVQw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=tyxqK4LVCXLdoV7q/iZ2PdOespNzce95ad5ZmHge3xUrR6g2OO43pL4HEOvj85znil WT144Xjg48fVIErucgELEh2fNy8OSjY4x7wJv07LWCBlB8SWCpbZlAmQeyQNwExVfXgC PtTOpb1Aqt2GecL05mUkTCclzmTT1okgtkOaI= MIME-Version: 1.0 Received: by 10.42.3.202 with SMTP id 10mr3698810icp.35.1277400643809; Thu, 24 Jun 2010 10:30:43 -0700 (PDT) Received: by 10.231.34.139 with HTTP; Thu, 24 Jun 2010 10:30:43 -0700 (PDT) In-Reply-To: <4C23931D.40202@agliodbs.com> References: <4C23931D.40202@agliodbs.com> Date: Thu, 24 Jun 2010 13:30:43 -0400 Message-ID: Subject: Re: yet another release notes patch From: Robert Haas To: Josh Berkus Cc: pgsql-docs@postgresql.org, Bruce Momjian Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-0.001 tagged_above=-5 required=5 tests=BAYES_20=-0.001 X-Spam-Level: X-Archive-Number: 201006/67 X-Sequence-Number: 5635 This part is no longer true: + + + PL/Perl subroutines are now given perl-visible names (Tim Bunce) + + + + PL/Perl subroutines are anonymous subrefs; this change adds entries + to the Perl symbol table for them, making profiling and code coverage + tools much more usable. + + + http://archives.postgresql.org/pgsql-committers/2010-06/msg00159.php ...Robert