Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1YVMFc-0004kj-Fu for pgsql-docs@arkaria.postgresql.org; Tue, 10 Mar 2015 15:39:20 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.80) (envelope-from ) id 1YVMFb-0004Xo-2c for pgsql-docs@arkaria.postgresql.org; Tue, 10 Mar 2015 15:39:19 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1YVMF7-0003pD-Md for pgsql-docs@postgresql.org; Tue, 10 Mar 2015 15:38:49 +0000 Received: from smtprelay0157.b.hostedemail.com ([64.98.42.157] helo=smtprelay.b.hostedemail.com) by makus.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1YVMF0-0000XI-4g for pgsql-docs@postgresql.org; Tue, 10 Mar 2015 15:38:44 +0000 Received: from filter.hostedemail.com (10.5.19.248.rfc1918.com [10.5.19.248]) by smtprelay01.b.hostedemail.com (Postfix) with ESMTP id 635782D2BDE; Tue, 10 Mar 2015 15:38:41 +0000 (UTC) X-Session-Marker: 616C76686572726540616C76682E6E6F2D69702E6F7267 X-Spam-Summary: 50, 0, 0, , d41d8cd98f00b204, alvherre@alvh.no-ip.org, :::, RULES_HIT:41:355:379:599:800:960:967:968:973:988:989:1260:1263:1277:1311:1312:1313:1314:1345:1359:1381:1437:1515:1516:1518:1519:1534:1541:1593:1594:1595:1596:1711:1712:1730:1747:1777:1792:1801:2393:2525:2553:2560:2563:2682:2685:2693:2828:2859:2933:2937:2939:2942:2945:2947:2951:2954:3022:3138:3139:3140:3141:3142:3353:3834:3865:3866:3867:3870:3871:3873:3874:3934:3936:3938:3941:3944:3947:3950:3953:3956:3959:4321:4560:4605:4659:5007:6117:6119:6261:7576:7809:7875:9025:9121:9545:10004:10400:10559:10848:10967:11026:11232:11256:11257:11658:11914:12043:12114:12438:12517:12519:12555:12740:13019:13069:13255:13311:13357:13894:13895:14093:14097:21080, 0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5, Netcheck:none, DomainCache:0, MSF:not bulk, SPF:fn, MSBL:0, DNSBL:none, Custom_rules:0:0:0 X-HE-Tag: fan77_85e9ca7578862 X-Filterd-Recvd-Size: 2699 Received: from alvin.alvh.no-ip.org (unknown [186.37.82.130]) (Authenticated sender: alvherre@alvh.no-ip.org) by omf13.b.hostedemail.com (Postfix) with ESMTPA; Tue, 10 Mar 2015 15:38:40 +0000 (UTC) Received: by alvin.alvh.no-ip.org (Postfix, from userid 1000) id A7F6C3D7; Tue, 10 Mar 2015 12:39:08 -0300 (CLST) Date: Tue, 10 Mar 2015 12:39:08 -0300 From: Alvaro Herrera To: ilmari@ilmari.org, pgsql-docs@postgresql.org Subject: Re: [PATCH] Fix stray sentence fragment in shared_preload_libraries documentation Message-ID: <20150310153908.GB3292@alvh.no-ip.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org Dagfinn Ilmari Mannsåker wrote: > The introduction in the Shared Library Preloading section already > instructs the user to separate multiple library names with commas, so > just remove the fragment from here. > > -- > "The surreality of the universe tends towards a maximum" -- Skud's Law > "Never formulate a law or axiom that you're not prepared to live with > the consequences of." -- Skud's Meta-Law > Applied, thanks. > From 14494d638a48501b57849bf414e4a0b44093839b Mon Sep 17 00:00:00 2001 > From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= > Date: Mon, 9 Mar 2015 19:47:10 +0000 > Subject: [PATCH] Fix stray sentence fragment in shared_preload_libraries > documentation > > The introduction in the Shared Library Preloading section already > instructs the user to separate multiple library names with commas, so > just remove the fragment from here. > --- > doc/src/sgml/config.sgml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml > index 9261e7f..0ad8383 100644 > --- a/doc/src/sgml/config.sgml > +++ b/doc/src/sgml/config.sgml > @@ -6416,7 +6416,7 @@ SET XML OPTION { DOCUMENT | CONTENT }; > > > This variable specifies one or more shared libraries to be preloaded at > - server start. with commas. This parameter can only be set at server > + server start. This parameter can only be set at server > start. If a specified library is not found, the server will fail to > start. > > -- > 2.3.1 > -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs