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 1fqOLz-00076a-5Y for pgsql-docs@arkaria.postgresql.org; Thu, 16 Aug 2018 19:54:43 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fqOLw-0006KU-KQ for pgsql-docs@arkaria.postgresql.org; Thu, 16 Aug 2018 19:54:40 +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 1fqOLw-0006KN-9u for pgsql-docs@lists.postgresql.org; Thu, 16 Aug 2018 19:54:40 +0000 Received: from mail-it0-x242.google.com ([2607:f8b0:4001:c0b::242]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1fqOLr-0001uT-Jr for pgsql-docs@postgresql.org; Thu, 16 Aug 2018 19:54:39 +0000 Received: by mail-it0-x242.google.com with SMTP id h23-v6so8359212ita.5 for ; Thu, 16 Aug 2018 12:54:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telsasoft-com.20150623.gappssmtp.com; s=20150623; h=date:from:to:subject:message-id:mime-version:content-disposition :user-agent; bh=PWNgnBwUqlDHWYUsBJdQ2NN5q+NpeRnmfyFV3Gfld3E=; b=VXIuJZwyJFB2UNHfZVJeGnmT9FXShKSk01HfiehTcMjaJ9i+T1u6+I8b99eZsUsbjW q/rvwYklvQNtIS6GGnBQQuMe2hJcwJ/Lc8DZFtkZLf4TF47rpQoa1hqEHq4kpArgWV9Y VaFmAh64lWkMtrIKO4oSeG2P5E6W1K7DG/KOWIlshPZckgDgMthNu/oZUauUz9iq2NnE btTqZqywdzpYHdEPBeEETDRmkO8ru9XRxxUOGyXkp/idr0+lKvhqgkMiZnpaYjrWb3Bj LS3lh3VCsnhSfaw7CyXuG7Wjt2P+XLOQYZfA8ddLcfBOiIGxSTTZGnizQ/JAY4eAIFry D7YA== 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:subject:message-id:mime-version :content-disposition:user-agent; bh=PWNgnBwUqlDHWYUsBJdQ2NN5q+NpeRnmfyFV3Gfld3E=; b=VADbpXfsF2vuQPvh0RqlC8Re12F8qudRwbqs+/QJbhFPsgnQ6s8uTWTwGEYdlFwNbo FfkBzCreZ21z6hN90AqNK48CNIBRtVwynIr1LeXG/oO65VHXbDOxjNPXPPe1JEsmGd5J WeoxdhIEuj/MIxRaCWyMwW0ZFLX6J7ufKaBNKH7IftFAEoB2vuN/6weCQRJvw7EJKSEn u3XFa38ELWQyd2087WwGPI76X7SNtFIM7ldnfcfNAohGXLHYgK/KItrO/DdIhGtotWYk YBAsexV2UcrpzxX8QqU5wKGWxmP2+BMVA3B4TtlHjvw+RNPjNSuih8ESaIFI9luXNJLC Bf+w== X-Gm-Message-State: AOUpUlFTj+6u42dZup7GHQeiuTQ1GL5mgDYPqBpAy7W2FXkvJQb2RAyX 9Hie4BJl64//WUZxCq1ZcP7B7v1V0PE= X-Google-Smtp-Source: AA+uWPyBLBtp54P3m8YSdVM4plpByjc5qRNAsSIgNaaLFH7icGWyFEnds17kF9rO2gM5Fc9nVaD4aw== X-Received: by 2002:a02:879a:: with SMTP id t26-v6mr2801113jai.67.1534449273325; Thu, 16 Aug 2018 12:54:33 -0700 (PDT) Received: from pryzbyj (charmander.telsasoft.com. [50.244.222.1]) by smtp.gmail.com with ESMTPSA id e140-v6sm51752iof.50.2018.08.16.12.54.32 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Aug 2018 12:54:32 -0700 (PDT) Received: by pryzbyj (Postfix, from userid 1000) id 74FAC80575A; Thu, 16 Aug 2018 14:54:31 -0500 (CDT) Date: Thu, 16 Aug 2018 14:54:31 -0500 From: Justin Pryzby To: pgsql-docs@postgresql.org Subject: typo in parallel safety doc Message-ID: <20180816195431.GA23707@telsasoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk 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"