File tree 5 files changed +7
-7
lines changed 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -4788,7 +4788,7 @@ EXEC SQL WHENEVER <replaceable>condition</replaceable> <replaceable>action</repl
4788
4788
<listitem>
4789
4789
<para>
4790
4790
Execute the C statement <literal>continue</literal>. This should
4791
- only be used in loops statements. if executed, will cause the flow
4791
+ only be used in loops statements. if executed, will cause the flow
4792
4792
of control to return to the top of the loop.
4793
4793
</para>
4794
4794
</listitem>
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="parameter">name</replaceable>
134
134
subsequent <xref linkend="sql-analyze"/> operations, though can
135
135
be used only on index columns that are defined as an expression.
136
136
Since expressions lack a unique name, we refer to them using the
137
- ordinal number of the index column.
137
+ ordinal number of the index column.
138
138
The target can be set in the range 0 to 10000; alternatively, set it
139
139
to -1 to revert to using the system default statistics
140
140
target (<xref linkend="guc-default-statistics-target"/>).
Original file line number Diff line number Diff line change @@ -948,7 +948,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
948
948
<term><literal>\else</literal></term>
949
949
<term><literal>\endif</literal></term>
950
950
<listitem>
951
- <para>
951
+ <para>
952
952
This group of commands implements nestable conditional blocks,
953
953
similarly to <literal>psql</literal>'s <xref linkend="psql-metacommand-if"/>.
954
954
Conditional expressions are identical to those with <literal>\set</literal>,
@@ -1415,7 +1415,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
1415
1415
<para>
1416
1416
The <literal>random</literal> function generates values using a uniform
1417
1417
distribution, that is all the values are drawn within the specified
1418
- range with equal probability. The <literal>random_exponential</literal>,
1418
+ range with equal probability. The <literal>random_exponential</literal>,
1419
1419
<literal>random_gaussian</literal> and <literal>random_zipfian</literal>
1420
1420
functions require an additional double parameter which determines the precise
1421
1421
shape of the distribution.
Original file line number Diff line number Diff line change @@ -2457,7 +2457,7 @@ openssl x509 -req -in server.csr -text -days 365 \
2457
2457
<filename>server.crt</filename> and <filename>server.key</filename>
2458
2458
should be stored on the server, and <filename>root.crt</filename> should
2459
2459
be stored on the client so the client can verify that the server's leaf
2460
- certificate was signed by its trusted root certificate.
2460
+ certificate was signed by its trusted root certificate.
2461
2461
<filename>root.key</filename> should be stored offline for use in
2462
2462
creating future certificates.
2463
2463
</para>
Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ typedef struct spgLeafConsistentOut
779
779
parent tuple; it is <literal>(Datum) 0</literal> at the root level or if the
780
780
<function>inner_consistent</function> function did not provide a value at the
781
781
parent level. <structfield>reconstructedValue</structfield> is always of
782
- <structname>spgConfigOut</structname>.<structfield>leafType</structfield> type.
782
+ <structname>spgConfigOut</structname>.<structfield>leafType</structfield> type.
783
783
<structfield>traversalValue</structfield> is a pointer to any traverse data
784
784
passed down from the previous call of <function>inner_consistent</function>
785
785
on the parent index tuple, or NULL at the root level.
@@ -817,7 +817,7 @@ typedef struct spgLeafConsistentOut
817
817
<term><function>Datum compress(Datum in)</function></term>
818
818
<listitem>
819
819
<para>
820
- Converts the data item into a format suitable for physical storage in
820
+ Converts the data item into a format suitable for physical storage in
821
821
a leaf tuple of index page. It accepts
822
822
<structname>spgConfigIn</structname>.<structfield>attType</structfield>
823
823
value and return
You can’t perform that action at this time.
0 commit comments