Skip to content

Commit 3fe8c13

Browse files
committed
Proof-reading for documentation.
Somebody accidentally a word. Back-patch to 9.6. Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20180816195431.GA23707%40telsasoft.com
1 parent 5257b9b commit 3fe8c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/parallel.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ EXPLAIN SELECT * FROM pgbench_accounts WHERE filler LIKE '%x%';
413413
unsafe, because this would require predicting every operation which the
414414
function could possibly perform. In general, this is equivalent to the
415415
Halting Problem and therefore impossible. Even for simple functions
416-
where it conceivably be done, we do not try, since this would be expensive
416+
where it could conceivably be done, we do not try, since this would be expensive
417417
and error-prone. Instead, all user-defined functions are assumed to
418418
be parallel unsafe unless otherwise marked. When using
419419
<xref linkend="sql-createfunction"> or

0 commit comments

Comments
 (0)