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 6589a43 commit dedc6a2Copy full SHA for dedc6a2
doc/src/sgml/parallel.sgml
@@ -541,7 +541,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
541
unsafe, because this would require predicting every operation which the
542
function could possibly perform. In general, this is equivalent to the
543
Halting Problem and therefore impossible. Even for simple functions
544
- 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
545
and error-prone. Instead, all user-defined functions are assumed to
546
be parallel unsafe unless otherwise marked. When using
547
<xref linkend="sql-createfunction"/> or
0 commit comments