Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fqTX7-0006E6-Rk for pgsql-docs@arkaria.postgresql.org; Fri, 17 Aug 2018 01:26:34 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fqTX5-00037p-Sn for pgsql-docs@arkaria.postgresql.org; Fri, 17 Aug 2018 01:26:31 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fqTX5-00037i-Iu for pgsql-docs@lists.postgresql.org; Fri, 17 Aug 2018 01:26:31 +0000 Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fqTWy-0005PV-6U for pgsql-docs@postgresql.org; Fri, 17 Aug 2018 01:26:30 +0000 Received: by mail-wr1-x442.google.com with SMTP id g1-v6so5711525wru.2 for ; Thu, 16 Aug 2018 18:26:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=Y1kAsaFhBn1aMgpeidQBCkg6LhIUMIHgBC0csn2rSls=; b=R3w7oNb9HaDVcIMdXOWJ2c/Ylhcx6T20eOTlg9iwqkFc5dZG41kAIRSO09EI5r3po7 TnEX/YdIhWRjxGTSBnZ79pbPzNDCZoZR0Lg/xIKQBApotIfdPtnxytFvLrujjwLPY/51 6D9FmfgFifCajdNMJIMiFk+RBVKeiJCf9Gu2++rLx9csp5YXF1+gPJftr/fcPcwClhhr rah6wjfYVco235P4YJAYNrOnXpIjvhekAezhBoZsAwDkuBEEOnSdIs7knU2TC1l1oRwj xVww64THe1v4kT66vraVT1w6eIvLXAhW/cMAnVAXP27HGp6aolBGNNNYIcojtGX+xoVP 9RoQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=Y1kAsaFhBn1aMgpeidQBCkg6LhIUMIHgBC0csn2rSls=; b=kgfrsXB4ttKFejdiogrSLW/7borIAPfSQyuglRqLVytrkTori2VgVezdWJ942qAB5v Fo0dvTW+HSUl55s8Y8WHlqBkxRhZOjOSxmyNW2sxqY53zXMmC/kqpQ5vgpHOgRF05TmM Qmx8Zy4lF3qGCOHlF99lfeFixmQjC5U2OdoMc353hHc+CES4/tFw0TWwd5xxMFIcdI6C gKtdCT+wyUcPwiUNil1fuGmPDwXx9JfmhKIZOynXfwt8Zp8dLkP3yWwZV2PWRuoNJtWT Pkf4vxVhcoJcdEfoHlAcvVln0EvaLm9O7V1yca+w9I5Rcjzujr7KebnP3pN5L4XjjQsH r2Zw== X-Gm-Message-State: APzg51BcNkI4ZIjUIoJ8nEn/IyHi8M5y4NhPz5WXgYaSBfWVA/w8zVbI bs62HfiLERS56kt6hRMWVvQAtsQRA+riBi+ek8BbJA== X-Google-Smtp-Source: ANB0VdalXbYUwCPi9i8qvL0/kQjxkBb0UQabSvzisFjT+MkjsKe+G3MyF/4u5sMQWdvudPN32Uv5TLUuV8uLO1yJFMk= X-Received: by 2002:a5d:4e0c:: with SMTP id p12-v6mr189044wrt.27.1534469182498; Thu, 16 Aug 2018 18:26:22 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a5d:50c8:0:0:0:0:0 with HTTP; Thu, 16 Aug 2018 18:25:42 -0700 (PDT) In-Reply-To: <20180817011242.GT22271@telsasoft.com> References: <20180816195431.GA23707@telsasoft.com> <20180817011242.GT22271@telsasoft.com> From: Thomas Munro Date: Fri, 17 Aug 2018 13:25:42 +1200 Message-ID: Subject: Re: typo in parallel safety doc To: Justin Pryzby Cc: pgsql-docs Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On Fri, Aug 17, 2018 at 1:12 PM, Justin Pryzby wrote: > On Fri, Aug 17, 2018 at 11:39:27AM +1200, Thomas Munro wrote: >> On Fri, Aug 17, 2018 at 7:54 AM, Justin Pryzby wrote: >> > https://www.postgresql.org/docs/10/static/parallel-safety.html >> > |Even for simple functions where it conceivably be done, we do not try, since this would be expensive and error-prone. >> > >> > should say: >> > "where it COULD conceivably" >> >> Right, thanks. Will fix. > > I dearly hope this was intentional ;) > > commit 96e98fa2606b2b12805db99196f468152312af14 > Author: Thomas Munro > Date: Fri Aug 17 11:32:55 2018 +1200 > > Proof-reading for documentation. > > Somebody accidentally a word. Back-patch to 9.6. > > Reported-by: Justin Pryzby > Discussion: https://postgr.es/m/20180816195431.GA23707%40telsasoft.com It is not the most advanced form of humour, but yes :-) -- Thomas Munro http://www.enterprisedb.com