Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erKnU-0005PK-9v for pgsql-docs@arkaria.postgresql.org; Thu, 01 Mar 2018 09:46:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1erKnT-0002xL-6o for pgsql-docs@arkaria.postgresql.org; Thu, 01 Mar 2018 09:46:43 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erKnT-0002xB-0m for pgsql-docs@lists.postgresql.org; Thu, 01 Mar 2018 09:46:43 +0000 Received: from out5-smtp.messagingengine.com ([66.111.4.29]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1erKnR-000369-9X for pgsql-docs@postgresql.org; Thu, 01 Mar 2018 09:46:42 +0000 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 15E9C20D58; Thu, 1 Mar 2018 04:46:40 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Thu, 01 Mar 2018 04:46:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=3x+68sri2TwMMNx3rqO8pHZaAU6NM cyFVg+9/yNxin0=; b=M4Wyv0nUCTdgCOCW+28YqMtwqgqWTKR6uU6YWFiTb3qdC mWlP4JaJybUo4jf9fxSE08cOdJq45+jkT9Ad/MEtMsLrlBkk6Jz6XWwPYl12ZH7C nw/KLbrjXDLTWO2RyDoywf9+RmQVMnHgOnuZ40qPgs9bEhA+T9XHCnci2J4Esxdr 9ON2arv9tozF7NEfUdkawY4LONNzdDy/IC4QOs6HdoDq20A6pthJh67PG562/FPi XCz8ghMACksGdD3W1FFux8KQl1OiBf1gTTx6Q0s1MMNXYH+SLQL4+6+c9jszfugx 1RM4SKEDjF8RnSjeUreotuM+LIRsc4zJ4GtTbef0A== X-ME-Sender: Received: from intern.anarazel.de (unknown [136.24.76.189]) by mail.messagingengine.com (Postfix) with ESMTPA id C6587246C8; Thu, 1 Mar 2018 04:46:39 -0500 (EST) Date: Thu, 1 Mar 2018 01:46:38 -0800 From: Andres Freund To: Daniel Gustafsson Cc: pgsql-docs Subject: Re: Document WaitForBackgroundWorkerShutdown and fix bgworker typo Message-ID: <20180301094638.2nheeox3djpmoe4k@alap3.anarazel.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2018-02-09 23:43:26 +0100, Daniel Gustafsson wrote: > WaitForBackgroundWorkerShutdown() was added in 924bcf4f16d, but never > documented which seems like an oversight for such a useful function. The > attached patch adds this to bgworker.sgml, and also fixes what I believe are > typos in the WaitForBackgroundWorkerStartup paragraph. Pushed, after s/pass/passing/. Thanks, - Andres