public inbox for [email protected]  
help / color / mirror / Atom feed
typo in parallel safety doc
5+ messages / 3 participants
[nested] [flat]

* typo in parallel safety doc
@ 2018-08-16 19:54  Justin Pryzby <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Justin Pryzby @ 2018-08-16 19:54 UTC (permalink / raw)
  To: pgsql-docs

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"




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: typo in parallel safety doc
@ 2018-08-16 23:39  Thomas Munro <[email protected]>
  parent: Justin Pryzby <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Thomas Munro @ 2018-08-16 23:39 UTC (permalink / raw)
  To: Justin Pryzby <[email protected]>; +Cc: pgsql-docs

On Fri, Aug 17, 2018 at 7:54 AM, Justin Pryzby <[email protected]> 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, thanks.  Will fix.

-- 
Thomas Munro
http://www.enterprisedb.com




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: typo in parallel safety doc
@ 2018-08-17 01:12  Justin Pryzby <[email protected]>
  parent: Thomas Munro <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Justin Pryzby @ 2018-08-17 01:12 UTC (permalink / raw)
  To: Thomas Munro <[email protected]>; +Cc: pgsql-docs

On Fri, Aug 17, 2018 at 11:39:27AM +1200, Thomas Munro wrote:
> On Fri, Aug 17, 2018 at 7:54 AM, Justin Pryzby <[email protected]> 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, thanks.  Will fix.

I dearly hope this was intentional ;)

commit 96e98fa2606b2b12805db99196f468152312af14
Author: Thomas Munro <[email protected]>
Date:   Fri Aug 17 11:32:55 2018 +1200

    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

Thanks,
Justin




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: typo in parallel safety doc
@ 2018-08-17 01:25  Thomas Munro <[email protected]>
  parent: Justin Pryzby <[email protected]>
  0 siblings, 1 reply; 5+ messages in thread

From: Thomas Munro @ 2018-08-17 01:25 UTC (permalink / raw)
  To: Justin Pryzby <[email protected]>; +Cc: pgsql-docs

On Fri, Aug 17, 2018 at 1:12 PM, Justin Pryzby <[email protected]> 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 <[email protected]> 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, thanks.  Will fix.
>
> I dearly hope this was intentional ;)
>
> commit 96e98fa2606b2b12805db99196f468152312af14
> Author: Thomas Munro <[email protected]>
> Date:   Fri Aug 17 11:32:55 2018 +1200
>
>     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

It is not the most advanced form of humour, but yes :-)

-- 
Thomas Munro
http://www.enterprisedb.com




^ permalink  raw  reply  [nested|flat] 5+ messages in thread

* Re: typo in parallel safety doc
@ 2018-11-19 02:43  Alvaro Herrera <[email protected]>
  parent: Thomas Munro <[email protected]>
  0 siblings, 0 replies; 5+ messages in thread

From: Alvaro Herrera @ 2018-11-19 02:43 UTC (permalink / raw)
  To: Thomas Munro <[email protected]>; +Cc: Justin Pryzby <[email protected]>; pgsql-docs

On 2018-Aug-17, Thomas Munro wrote:

> On Fri, Aug 17, 2018 at 1:12 PM, Justin Pryzby <[email protected]> wrote:

> > I dearly hope this was intentional ;)
> >
> > commit 96e98fa2606b2b12805db99196f468152312af14
> > Author: Thomas Munro <[email protected]>
> > Date:   Fri Aug 17 11:32:55 2018 +1200
> >
> >     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
> 
> It is not the most advanced form of humour, but yes :-)

https://knowyourmeme.com/memes/i-accidentally

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services





^ permalink  raw  reply  [nested|flat] 5+ messages in thread


end of thread, other threads:[~2018-11-19 02:43 UTC | newest]

Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2018-08-16 19:54 typo in parallel safety doc Justin Pryzby <[email protected]>
2018-08-16 23:39 ` Thomas Munro <[email protected]>
2018-08-17 01:12   ` Justin Pryzby <[email protected]>
2018-08-17 01:25     ` Thomas Munro <[email protected]>
2018-11-19 02:43       ` Alvaro Herrera <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox