Re: typo in parallel safety doc

2018-11-18 Thread Alvaro Herrera
On 2018-Aug-17, Thomas Munro wrote: > On Fri, Aug 17, 2018 at 1:12 PM, Justin Pryzby wrote: > > I dearly hope this was intentional ;) > > > > commit 96e98fa2606b2b12805db99196f468152312af14 > > Author: Thomas Munro > > Date: Fri Aug 17 11:32:55 2018 +1200 > > > > Proof-reading for documen

Re: typo in parallel safety doc

2018-08-16 Thread Thomas Munro
On Fri, Aug 17, 2018 at 1:12 PM, Justin Pryzby wrote: > On Fri, Aug 17, 2018 at 11:39:27AM +1200, Thomas Munro wrote: >> On Fri, Aug 17, 2018 at 7:54 AM, Justin Pryzby wrote: >> > https://www.postgresql.org/docs/10/static/parallel-safety.html >> > |Even for simple functions where it conceivably b

Re: typo in parallel safety doc

2018-08-16 Thread Justin Pryzby
On Fri, Aug 17, 2018 at 11:39:27AM +1200, Thomas Munro wrote: > On Fri, Aug 17, 2018 at 7:54 AM, Justin Pryzby wrote: > > https://www.postgresql.org/docs/10/static/parallel-safety.html > > |Even for simple functions where it conceivably be done, we do not try, > > since this would be expensive an

Re: typo in parallel safety doc

2018-08-16 Thread Thomas Munro
On Fri, Aug 17, 2018 at 7:54 AM, Justin Pryzby wrote: > https://www.postgresql.org/docs/10/static/parallel-safety.html > |Even for simple functions where it conceivably be done, we do not try, since > this would be expensive and error-prone. > > should say: > "where it COULD conceivably" Right,

typo in parallel safety doc

2018-08-16 Thread Justin Pryzby
https://www.postgresql.org/docs/10/static/parallel-safety.html |Even for simple functions where it conceivably be done, we do not try, since this would be expensive and error-prone. should say: "where it COULD conceivably"