Обсуждение: typo in doc for "Miscellaneous Coding Conventions"

Поиск
Список
Период
Сортировка

typo in doc for "Miscellaneous Coding Conventions"

От
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

Re: typo in doc for "Miscellaneous Coding Conventions"

От
Tom Lane
Дата:
PG Doc comments form <noreply@postgresql.org> 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



Re: typo in doc for "Miscellaneous Coding Conventions"

От
Bryn Llewellyn
Дата:
tgl@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… <comma> 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"

От
"tanghy.fnst@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