Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf037de6

Browse files
committed
doc: Fix some trailing whitespace
1 parent477d243 commitf037de6

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

‎doc/src/sgml/ecpg.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4788,7 +4788,7 @@ EXEC SQL WHENEVER <replaceable>condition</replaceable> <replaceable>action</repl
47884788
<listitem>
47894789
<para>
47904790
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
47924792
of control to return to the top of the loop.
47934793
</para>
47944794
</listitem>

‎doc/src/sgml/ref/alter_index.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ ALTER INDEX ALL IN TABLESPACE <replaceable class="parameter">name</replaceable>
134134
subsequent <xref linkend="sql-analyze"/> operations, though can
135135
be used only on index columns that are defined as an expression.
136136
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.
138138
The target can be set in the range 0 to 10000; alternatively, set it
139139
to -1 to revert to using the system default statistics
140140
target (<xref linkend="guc-default-statistics-target"/>).

‎doc/src/sgml/ref/pgbench.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -948,7 +948,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
948948
<term><literal>\else</literal></term>
949949
<term><literal>\endif</literal></term>
950950
<listitem>
951-
<para>
951+
<para>
952952
This group of commands implements nestable conditional blocks,
953953
similarly to <literal>psql</literal>'s <xref linkend="psql-metacommand-if"/>.
954954
Conditional expressions are identical to those with <literal>\set</literal>,
@@ -1415,7 +1415,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
14151415
<para>
14161416
The <literal>random</literal> function generates values using a uniform
14171417
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>,
14191419
<literal>random_gaussian</literal> and <literal>random_zipfian</literal>
14201420
functions require an additional double parameter which determines the precise
14211421
shape of the distribution.

‎doc/src/sgml/runtime.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2457,7 +2457,7 @@ openssl x509 -req -in server.csr -text -days 365 \
24572457
<filename>server.crt</filename> and <filename>server.key</filename>
24582458
should be stored on the server, and <filename>root.crt</filename> should
24592459
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.
24612461
<filename>root.key</filename> should be stored offline for use in
24622462
creating future certificates.
24632463
</para>

‎doc/src/sgml/spgist.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ typedef struct spgLeafConsistentOut
779779
parent tuple; it is <literal>(Datum) 0</literal> at the root level or if the
780780
<function>inner_consistent</function> function did not provide a value at the
781781
parent level. <structfield>reconstructedValue</structfield> is always of
782-
<structname>spgConfigOut</structname>.<structfield>leafType</structfield> type.
782+
<structname>spgConfigOut</structname>.<structfield>leafType</structfield> type.
783783
<structfield>traversalValue</structfield> is a pointer to any traverse data
784784
passed down from the previous call of <function>inner_consistent</function>
785785
on the parent index tuple, or NULL at the root level.
@@ -817,7 +817,7 @@ typedef struct spgLeafConsistentOut
817817
<term><function>Datum compress(Datum in)</function></term>
818818
<listitem>
819819
<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
821821
a leaf tuple of index page. It accepts
822822
<structname>spgConfigIn</structname>.<structfield>attType</structfield>
823823
value and return

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp