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

Commit18dc2ae

Browse files
committed
Spelling fixes
From: Josh Soref <jsoref@gmail.com>
1 parent36fcb36 commit18dc2ae

File tree

18 files changed

+26
-26
lines changed

18 files changed

+26
-26
lines changed

‎contrib/ltree/ltxtquery_io.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ gettoken_query(QPRS_STATE *state, int32 *val, int32 *lenval, char **strval, uint
9696
if (*flag)
9797
ereport(ERROR,
9898
(errcode(ERRCODE_SYNTAX_ERROR),
99-
errmsg("modificators syntax error")));
99+
errmsg("modifiers syntax error")));
100100
*lenval+=charlen;
101101
}
102102
elseif (charlen==1&&t_iseq(state->buf,'%'))

‎doc/src/sgml/biblio.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ ssimkovi@ag.or.at
295295
<pubdate>April, 1990</pubdate>
296296
<publisher>
297297
<publishername>University of California</publishername>
298-
<address>Berkely, California</address>
298+
<address>Berkeley, California</address>
299299
</publisher>
300300
</biblioset>
301301
</biblioentry>

‎doc/src/sgml/release-8.4.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381

382382
<para>
383383
This prevents scenarios wherein a pathological regular expression
384-
could lock up a server processuninterruptably for a long time.
384+
could lock up a server processuninterruptibly for a long time.
385385
</para>
386386
</listitem>
387387

‎doc/src/sgml/release-9.0.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2250,7 +2250,7 @@
22502250

22512251
<para>
22522252
This prevents scenarios wherein a pathological regular expression
2253-
could lock up a server processuninterruptably for a long time.
2253+
could lock up a server processuninterruptibly for a long time.
22542254
</para>
22552255
</listitem>
22562256

‎doc/src/sgml/release-9.1.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3941,7 +3941,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
39413941

39423942
<para>
39433943
This prevents scenarios wherein a pathological regular expression
3944-
could lock up a server processuninterruptably for a long time.
3944+
could lock up a server processuninterruptibly for a long time.
39453945
</para>
39463946
</listitem>
39473947

‎doc/src/sgml/release-9.2.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4774,7 +4774,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100
47744774

47754775
<para>
47764776
This prevents scenarios wherein a pathological regular expression
4777-
could lock up a server processuninterruptably for a long time.
4777+
could lock up a server processuninterruptibly for a long time.
47784778
</para>
47794779
</listitem>
47804780

‎doc/src/sgml/release-9.3.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6968,7 +6968,7 @@ Branch: REL8_4_STABLE [b6e143458] 2014-03-01 15:21:13 -0500
69686968

69696969
<para>
69706970
This prevents scenarios wherein a pathological regular expression
6971-
could lock up a server processuninterruptably for a long time.
6971+
could lock up a server processuninterruptibly for a long time.
69726972
</para>
69736973
</listitem>
69746974

‎doc/src/sgml/release-9.4.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8899,7 +8899,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500
88998899
<listitem>
89008900
<para>
89018901
Add <xref linkend="APP-CREATEUSER"> option <option>-g</>
8902-
to specify role membership (Chistopher Browne)
8902+
to specify role membership (Christopher Browne)
89038903
</para>
89048904
</listitem>
89058905

‎doc/src/sgml/release-9.6.sgml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3116,7 +3116,7 @@ and many others in the same vein
31163116

31173117
<para>
31183118
This view exposes the same information available from
3119-
the <application>pg_config</>comand-line utility,
3119+
the <application>pg_config</>command-line utility,
31203120
namely assorted compile-time configuration information for
31213121
<productname>PostgreSQL</>.
31223122
</para>

‎doc/src/sgml/release-old.sgml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5737,8 +5737,8 @@ fix rtree for use in inner scan (Vadim)
57375737
fix gist for use in inner scan, cleanups (Vadim, Andrea)
57385738
avoid unnecessary local buffers allocation (Vadim, Massimo)
57395739
fix local buffers leak in transaction aborts (Vadim)
5740-
fix file managermemmory leaks, cleanups (Vadim, Massimo)
5741-
fix storage managermemmory leaks (Vadim)
5740+
fix file managermemory leaks, cleanups (Vadim, Massimo)
5741+
fix storage managermemory leaks (Vadim)
57425742
fix btree duplicates handling (Vadim)
57435743
fix deleted rows reincarnation caused by vacuum (Vadim)
57445744
fix SELECT varchar()/char() INTO TABLE made zero-length fields(Bruce)
@@ -5904,7 +5904,7 @@ European date format now set when postmaster is started
59045904
Execute lowercase function names if not found with exact case
59055905
Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
59065906
Gist now included in the distribution(Marc)
5907-
Idend authentication of local users(Bryan)
5907+
Ident authentication of local users(Bryan)
59085908
Implement BETWEEN qualifier(Bruce)
59095909
Implement IN qualifier(Bruce)
59105910
libpq has PQgetisnull()(Bruce)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp