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 9d0aa4f commit 96e98faCopy full SHA for 96e98fa
doc/src/sgml/parallel.sgml
@@ -533,7 +533,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
533
unsafe, because this would require predicting every operation which the
534
function could possibly perform. In general, this is equivalent to the
535
Halting Problem and therefore impossible. Even for simple functions
536
- 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
537
and error-prone. Instead, all user-defined functions are assumed to
538
be parallel unsafe unless otherwise marked. When using
539
<xref linkend="sql-createfunction"/> or
0 commit comments