RE: typo in doc for "Miscellaneous Coding Conventions"

2021-05-18 Thread tanghy.f...@fujitsu.com
>"were not" is typical usage when stating a contrary-to-fact hypothetical.
> If the implementation (or you) didn’t do X, then Y bad thing could happen.

Really thanks for your kindly reply and explain.
Please forgive me for my poor English. Anyway, got it.

Regards,
Tang


Re: typo in doc for "Miscellaneous Coding Conventions"

2021-05-18 Thread Bryn Llewellyn
t...@sss.pgh.pa.us wrote:

> PG Doc comments form  writes:
> 
>> small fix in description at [1] as follows
> 
>> -If that were not done interrupted code that's currently inspecting errno
>> might see the wrong value.
>> +If that was not done interrupted code that's currently inspecting errno
>> might see the wrong value.
> 
> The existing text is perfectly good English; your change
> makes it less so.  I'm afraid it's been too many years since
> high school English for me to remember the exact grammatical
> term for this, but "were not" is typical usage when stating
> a contrary-to-fact hypothetical.

(1) “IF bla bla…  THEN bla bla…”

It might be more words than the bare minimum. But it helps the user separate 
out the proposition and the consequence.

(2) This is the dreaded curse of the passive voice (“mistakes were made”). 
There are many cases where an active formulation is nicer. Anyway, you can 
sidestep lots of the conundrums, like the alternatives here pose, by standing 
back and finding a different way to make the point.

> If the implementation (or you) didn’t do X, then Y bad thing could happen.

Re: typo in doc for "Miscellaneous Coding Conventions"

2021-05-18 Thread Tom Lane
PG Doc comments form  writes:
> small fix in description at [1] as follows

> -If that were not done interrupted code that's currently inspecting errno
> might see the wrong value.
> +If that was not done interrupted code that's currently inspecting errno
> might see the wrong value.

The existing text is perfectly good English; your change
makes it less so.  I'm afraid it's been too many years since
high school English for me to remember the exact grammatical
term for this, but "were not" is typical usage when stating
a contrary-to-fact hypothetical.

regards, tom lane




typo in doc for "Miscellaneous Coding Conventions"

2021-05-18 Thread PG Doc comments form
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/source-conventions.html
Description:

small fix in description at [1] as follows

-If that were not done interrupted code that's currently inspecting errno
might see the wrong value.
+If that was not done interrupted code that's currently inspecting errno
might see the wrong value.

[1]https://www.postgresql.org/docs/devel/source-conventions.html