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 5257b9b commit 3fe8c13Copy full SHA for 3fe8c13
doc/src/sgml/parallel.sgml
@@ -413,7 +413,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
413
unsafe, because this would require predicting every operation which the
414
function could possibly perform. In general, this is equivalent to the
415
Halting Problem and therefore impossible. Even for simple functions
416
- 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
417
and error-prone. Instead, all user-defined functions are assumed to
418
be parallel unsafe unless otherwise marked. When using
419
<xref linkend="sql-createfunction"> or
0 commit comments