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

Commita47b38c

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

File tree

24 files changed

+34
-34
lines changed

24 files changed

+34
-34
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/monitoring.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
12331233
</row>
12341234
<row>
12351235
<entry><literal>MessageQueuePutMessage</></entry>
1236-
<entry>Waiting to write aprotoocol message to a shared message queue.</entry>
1236+
<entry>Waiting to write aprotocol message to a shared message queue.</entry>
12371237
</row>
12381238
<row>
12391239
<entry><literal>MessageQueueReceive</></entry>

‎doc/src/sgml/protocol.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6019,7 +6019,7 @@ TupleData
60196019
</term>
60206020
<listitem>
60216021
<para>
6022-
Idenfifies the data as NULL value.
6022+
Identifies the data as NULL value.
60236023
</para>
60246024
</listitem>
60256025
</varlistentry>
@@ -6032,7 +6032,7 @@ TupleData
60326032
</term>
60336033
<listitem>
60346034
<para>
6035-
Idenfifies unchanged TOASTed value (the actual value is not
6035+
Identifies unchanged TOASTed value (the actual value is not
60366036
sent).
60376037
</para>
60386038
</listitem>
@@ -6046,7 +6046,7 @@ TupleData
60466046
</term>
60476047
<listitem>
60486048
<para>
6049-
Idenfifies the data as text formatted value.
6049+
Identifies the data as text formatted value.
60506050
</para>
60516051
</listitem>
60526052
</varlistentry>

‎doc/src/sgml/ref/create_trigger.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ UPDATE OF <replaceable>column_name1</replaceable> [, <replaceable>column_name2</
295295
<term><literal>REFERENCING</literal></term>
296296
<listitem>
297297
<para>
298-
This immediatelypreceeds the declaration of one or two relations which
298+
This immediatelyprecedes the declaration of one or two relations which
299299
can be used to read the before and/or after images of all rows directly
300300
affected by the triggering statement. An <literal>AFTER EACH ROW</>
301301
trigger is allowed to use both these transition relation names and the

‎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)

‎src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ static bool InstallXLogFileSegment(XLogSegNo *segno, char *tmppath,
859859
boolfind_free,XLogSegNomax_segno,
860860
booluse_lock);
861861
staticintXLogFileRead(XLogSegNosegno,intemode,TimeLineIDtli,
862-
intsource,boolnotexistOk);
862+
intsource,boolnotfoundOk);
863863
staticintXLogFileReadAnyTLI(XLogSegNosegno,intemode,intsource);
864864
staticintXLogPageRead(XLogReaderState*xlogreader,XLogRecPtrtargetPagePtr,
865865
intreqLen,XLogRecPtrtargetRecPtr,char*readBuf,

‎src/backend/executor/nodeAgg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ static void agg_fill_hash_table(AggState *aggstate);
486486
staticTupleTableSlot*agg_retrieve_hash_table(AggState*aggstate);
487487
staticDatumGetAggInitVal(DatumtextInitVal,Oidtranstype);
488488
staticvoidbuild_pertrans_for_aggref(AggStatePerTranspertrans,
489-
AggState*aggsate,EState*estate,
489+
AggState*aggstate,EState*estate,
490490
Aggref*aggref,Oidaggtransfn,Oidaggtranstype,
491491
Oidaggserialfn,Oidaggdeserialfn,
492492
DatuminitValue,boolinitValueIsNull,

‎src/backend/optimizer/geqo/geqo_erx.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ edge_failure(PlannerInfo *root, Gene *gene, int index, Edge *edge_table, int num
458458
if (edge_table[i].unused_edges >=0)
459459
return (Gene)i;
460460

461-
elog(LOG,"no edge found via looking for the lastununsed point");
461+
elog(LOG,"no edge found via looking for the lastunused point");
462462
}
463463

464464

‎src/backend/port/dynloader/linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ char *
124124
pg_dlerror(void)
125125
{
126126
#ifndefHAVE_DLD_H
127-
return"dynaloaderunspported";
127+
return"dynaloaderunsupported";
128128
#else
129129
returndld_strerror(dld_errno);
130130
#endif

‎src/backend/replication/logical/worker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,7 @@ check_relation_updatable(LogicalRepRelMapEntry *rel)
575575
ereport(ERROR,
576576
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
577577
errmsg("logical replication target relation \"%s.%s\" has "
578-
"neither REPLICAIDENTIY index nor PRIMARY "
578+
"neither REPLICAIDENTITY index nor PRIMARY "
579579
"KEY and published relation does not have "
580580
"REPLICA IDENTITY FULL",
581581
rel->remoterel.nspname,rel->remoterel.relname)));

‎src/backend/replication/walreceiverfuncs.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ GetReplicationApplyDelay(void)
321321
longsecs;
322322
intusecs;
323323

324-
TimestampTzchunckReplayStartTime;
324+
TimestampTzchunkReplayStartTime;
325325

326326
SpinLockAcquire(&walrcv->mutex);
327327
receivePtr=walrcv->receivedUpto;
@@ -332,12 +332,12 @@ GetReplicationApplyDelay(void)
332332
if (receivePtr==replayPtr)
333333
return0;
334334

335-
chunckReplayStartTime=GetCurrentChunkReplayStartTime();
335+
chunkReplayStartTime=GetCurrentChunkReplayStartTime();
336336

337-
if (chunckReplayStartTime==0)
337+
if (chunkReplayStartTime==0)
338338
return-1;
339339

340-
TimestampDifference(chunckReplayStartTime,
340+
TimestampDifference(chunkReplayStartTime,
341341
GetCurrentTimestamp(),
342342
&secs,&usecs);
343343

‎src/bin/pg_basebackup/t/030_pg_recvlogical.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
$node->command_fails(['pg_recvlogical','-S','test','-d','postgres'],
3030
'pg_recvlogical needs an action');
3131
$node->command_fails(['pg_recvlogical','-S','test','-d',$node->connstr('postgres'),'--start'],
32-
'nodestionation file');
32+
'nodestination file');
3333

3434
$node->command_ok(['pg_recvlogical','-S','test','-d',$node->connstr('postgres'),'--create-slot'],
3535
'slot created');

‎src/include/access/xlog_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ extern const RmgrData RmgrTable[];
288288
* Exported to support xlog switching from checkpointer
289289
*/
290290
externpg_time_tGetLastSegSwitchData(XLogRecPtr*lastSwitchLSN);
291-
externXLogRecPtrRequestXLogSwitch(boolmark_uninmportant);
291+
externXLogRecPtrRequestXLogSwitch(boolmark_unimportant);
292292

293293
externvoidGetOldestRestartPoint(XLogRecPtr*oldrecptr,TimeLineID*oldtli);
294294

‎src/interfaces/libpq/bcc32.mak

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

99
!IF "$(BCB)" == ""
1010
!MESSAGE You must edit bcc32.mak and define BCB at the top
11-
!ERRORmisssing BCB
11+
!ERRORmissing BCB
1212
!ENDIF
1313

1414
!IF "$(__NMAKE__)" == ""

‎src/test/regress/expected/tsdicts.out

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,10 @@ SELECT to_tsvector('thesaurus_tst', 'one postgres one two one two three one');
568568
'1':1,5 '12':3 '123':4 'pgsql':2
569569
(1 row)
570570

571-
SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbrevation SN)');
572-
to_tsvector
573-
-------------------------------------------------------------
574-
'abbrev':10 'call':8 'new':4 'sn':1,9,11 'star':5 'usual':7
571+
SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbreviation SN)');
572+
to_tsvector
573+
--------------------------------------------------------------
574+
'abbrevi':10 'call':8 'new':4 'sn':1,9,11 'star':5 'usual':7
575575
(1 row)
576576

577577
SELECT to_tsvector('thesaurus_tst', 'Booking tickets is looking like a booking a tickets');

‎src/test/regress/sql/tsdicts.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,5 @@ ALTER TEXT SEARCH CONFIGURATION thesaurus_tst ALTER MAPPING FOR
186186
WITH synonym, thesaurus, english_stem;
187187

188188
SELECT to_tsvector('thesaurus_tst','one postgres one two one two three one');
189-
SELECT to_tsvector('thesaurus_tst','Supernovae star is very new star and usually called supernovae (abbrevation SN)');
189+
SELECT to_tsvector('thesaurus_tst','Supernovae star is very new star and usually called supernovae (abbreviation SN)');
190190
SELECT to_tsvector('thesaurus_tst','Booking tickets is looking like a booking a tickets');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp