Proof-reading for documentation.
authorThomas Munro
Thu, 16 Aug 2018 23:38:44 +0000 (11:38 +1200)
committerThomas Munro
Thu, 16 Aug 2018 23:53:31 +0000 (11:53 +1200)
Somebody accidentally a word.  Back-patch to 9.6.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20180816195431.GA23707%40telsasoft.com

doc/src/sgml/parallel.sgml

index 8ec5e05c9e4e9e981f032f667105198e81253590..2ec3157a0aa288e6fff4007a48a83ba9b5604665 100644 (file)
@@ -413,7 +413,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
     unsafe, because this would require predicting every operation which the
     function could possibly perform.  In general, this is equivalent to the
     Halting Problem and therefore impossible.  Even for simple functions
-    where it conceivably be done, we do not try, since this would be expensive
+    where it could conceivably be done, we do not try, since this would be expensive
     and error-prone.  Instead, all user-defined functions are assumed to
     be parallel unsafe unless otherwise marked.  When using
      or