Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gOZXM-0004Qd-Io for pgsql-docs@arkaria.postgresql.org; Mon, 19 Nov 2018 02:43: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 1gOZXK-0004rC-KX for pgsql-docs@arkaria.postgresql.org; Mon, 19 Nov 2018 02:43:42 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gOZXK-0004q1-Bd for pgsql-docs@lists.postgresql.org; Mon, 19 Nov 2018 02:43:42 +0000 Received: from mail-qk1-x743.google.com ([2607:f8b0:4864:20::743]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gOZXH-0007Tc-8U for pgsql-docs@postgresql.org; Mon, 19 Nov 2018 02:43:41 +0000 Received: by mail-qk1-x743.google.com with SMTP id w204so46437326qka.2 for ; Sun, 18 Nov 2018 18:43:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=2ndquadrant-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:cc:subject:message-id:mime-version:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=kwmLTaaVuuSUUhF9paRYDVVblNSE2Ha0UVJQ1C+reIE=; b=RY5VAmLIR5VLVwTMvLyFoKjLrpCbfBCkhIDNdYRNRHM6YVKkMeTAVU/GfcMJTm8brn q0lSFEJW9uBh6fydqHjDk89pZ5VbB0fk7AMDyicSBrQeFzgVp/2ZdCuL+Dard/sxR4Sp VaBY4EztVaFLDE5U9BG9lN7ccvrZztCKQs/psdko4mk8GNcZEQfZtIFXxVY5kTVVzPFC RukpChrtPRy59NTPc5Q+Y94+QqP8oI1Lx9WDSBUq6SqnUw8cK5dvnRoYK2NFbFqoMX8x vgdqN5CwjHk4x06KBTaXWp8slCccxN6+RLTWaAEl/L0Ls81xFEhoREPsZF0pjh4oKB0C bIog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=kwmLTaaVuuSUUhF9paRYDVVblNSE2Ha0UVJQ1C+reIE=; b=FPTlnf7672BR8ofAWx7YOiliWZiifU0g/tb2cyWxy2F6dJp4XVfKkhnuOENETE0GbJ bo5r1xT5wzOR752JYhFZS0q60vi3V48bjv4uSYRxQeFdrZ7qtaFsGlVfuaJNIOfJUMJm roX3i1K6FsFprp/Lpq85PBINevLyECwLVe0HhJH5CKbEVInoEKk2WrsQsT5qIr+DAZ50 tiHQUFlB6jGoQiUFUvDqHMuswgCOitvcjrlMwy9DAqaqBbAofND8hsnHYrvWG1ds/FmZ +yn90r+Mm7XLxkufx5xt2vd6YhdGwEmoD+bgY0VBImIJSZVb3Lc2HRLdd+oxpuHv4e9L JjGQ== X-Gm-Message-State: AGRZ1gKRurKKjGBdPoGRtumFVZkxWyfRK1MzJX4MEPsbZC6bffUNnpLS P5R7jb234nRUrBSdzhgo9ewW6vnEgis= X-Google-Smtp-Source: AJdET5ch2P8DOArTJbmMnPMHYz3ecUZaTtQvVIpQo75782jv2vCF7mLO1T6FnPp2LV04L6Iz5vUwkA== X-Received: by 2002:a37:bb82:: with SMTP id l124mr18601257qkf.188.1542595418483; Sun, 18 Nov 2018 18:43:38 -0800 (PST) Received: from alvin.alvh.no-ip.org ([201.186.80.75]) by smtp.gmail.com with ESMTPSA id x19sm19956093qtj.5.2018.11.18.18.43.37 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 18 Nov 2018 18:43:38 -0800 (PST) Received: by alvin.alvh.no-ip.org (Postfix, from userid 1000) id 1F4F4640; Sun, 18 Nov 2018 23:43:36 -0300 (-03) Date: Sun, 18 Nov 2018 23:43:36 -0300 From: Alvaro Herrera To: Thomas Munro Cc: Justin Pryzby , pgsql-docs Subject: Re: typo in parallel safety doc Message-ID: <20181119024336.x75vrzllr7iypea7@alvherre.pgsql> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2018-Aug-17, Thomas Munro wrote: > On Fri, Aug 17, 2018 at 1:12 PM, Justin Pryzby wrote: > > 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 :-) https://knowyourmeme.com/memes/i-accidentally -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services