mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
doc: add commas after 'i.e.' and 'e.g.'
This follows the American format, https://jakubmarian.com/comma-after-i-e-and-e-g/. There is no intention of requiring this format for future text, but making existing text consistent every few years makes sense. Discussion: https://postgr.es/m/20200825183619.GA22369@momjian.us Backpatch-through: 9.5
This commit is contained in:
@@ -913,7 +913,7 @@ BETTER: unrecognized node type: 42
|
||||
<para>
|
||||
Both, macros with arguments and <literal>static inline</literal>
|
||||
functions, may be used. The latter are preferable if there are
|
||||
multiple-evaluation hazards when written as a macro, as e.g. the
|
||||
multiple-evaluation hazards when written as a macro, as e.g., the
|
||||
case with
|
||||
<programlisting>
|
||||
#define Max(x, y) ((x) > (y) ? (x) : (y))
|
||||
@@ -924,7 +924,7 @@ BETTER: unrecognized node type: 42
|
||||
</para>
|
||||
<para>
|
||||
When the definition of an inline function references symbols
|
||||
(i.e. variables, functions) that are only available as part of the
|
||||
(i.e., variables, functions) that are only available as part of the
|
||||
backend, the function may not be visible when included from frontend
|
||||
code.
|
||||
<programlisting>
|
||||
|
||||
Reference in New Issue
Block a user