We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00f4b6 commit 07b895aCopy full SHA for 07b895a
doc/src/sgml/parallel.sgml
@@ -478,7 +478,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
478
unsafe, because this would require predicting every operation which the
479
function could possibly perform. In general, this is equivalent to the
480
Halting Problem and therefore impossible. Even for simple functions
481
- 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
482
and error-prone. Instead, all user-defined functions are assumed to
483
be parallel unsafe unless otherwise marked. When using
484
<xref linkend="sql-createfunction"> or
0 commit comments