Spelling fixes
authorPeter Eisentraut <[email protected]>
Tue, 14 Mar 2017 16:57:10 +0000 (12:57 -0400)
committerPeter Eisentraut <[email protected]>
Tue, 14 Mar 2017 17:45:51 +0000 (13:45 -0400)
From: Josh Soref <[email protected]>

16 files changed:
contrib/ltree/ltxtquery_io.c
doc/src/sgml/biblio.sgml
doc/src/sgml/release-8.4.sgml
doc/src/sgml/release-9.0.sgml
doc/src/sgml/release-9.1.sgml
doc/src/sgml/release-9.2.sgml
doc/src/sgml/release-9.3.sgml
doc/src/sgml/release-9.4.sgml
doc/src/sgml/release-old.sgml
src/backend/access/transam/xlog.c
src/backend/optimizer/geqo/geqo_erx.c
src/backend/port/dynloader/linux.c
src/backend/replication/walreceiverfuncs.c
src/interfaces/libpq/bcc32.mak
src/test/regress/expected/tsdicts.out
src/test/regress/sql/tsdicts.sql

index 32d90462581d9ea10bf36ec7e338785faba8d8cf..9ca19942491fe92a824dce44106e67e94119cd35 100644 (file)
@@ -96,7 +96,7 @@ gettoken_query(QPRS_STATE *state, int32 *val, int32 *lenval, char **strval, uint
                                        if (*flag)
                                                ereport(ERROR,
                                                                (errcode(ERRCODE_SYNTAX_ERROR),
-                                                                errmsg("modificators syntax error")));
+                                                                errmsg("modifiers syntax error")));
                                        *lenval += charlen;
                                }
                                else if (charlen == 1 && t_iseq(state->buf, '%'))
index e2cd69d2781dc0a927a7630af06b07d98aac1c9e..0da3a83faece93309dd95a16fa43abdc8c49d79e 100644 (file)
     <pubdate>April, 1990</pubdate>
     <publisher>
      <publishername>University  of  California</publishername>
-     <address>Berkely, California</address>
+     <address>Berkeley, California</address>
     </publisher>
    </biblioset>
    </biblioentry>
index 8b16c9e9d3cc522bb1b3e618c6ea1f43b6041219..bea0dc7bde0febdb828015adb4cffa38c9621d81 100644 (file)
 
      <para>
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      </para>
     </listitem>
 
index 61dce9fd7852d5ca73de3d0357c4b8bc563f0ccc..f4f98564b88966be2240a0c0dcf860f2deadc592 100644 (file)
 
      <para>
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      </para>
     </listitem>
 
index edacfbf3559fc133b4dfe9044404a77a7478e160..eb2d6ac2785f84ca644aedd3eb1124218603790a 100644 (file)
@@ -3941,7 +3941,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
 
      <para>
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      </para>
     </listitem>
 
index 9e99de882cf8c1210d3b74f587621902d8cbb17d..0c7fe30bdad2bb68c192154a3d31187a7002d9af 100644 (file)
@@ -4774,7 +4774,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100
 
      <para>
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      </para>
     </listitem>
 
index 19bb305f0e1e84eb7dcf9f295c67b7c16ba508de..6e1f0101876961a6df4817840bb37d7a41e77db8 100644 (file)
@@ -6968,7 +6968,7 @@ Branch: REL8_4_STABLE [b6e143458] 2014-03-01 15:21:13 -0500
 
      <para>
       This prevents scenarios wherein a pathological regular expression
-      could lock up a server process uninterruptably for a long time.
+      could lock up a server process uninterruptibly for a long time.
      </para>
     </listitem>
 
index bbf2429475c6795423ceb15fe8eff81a3ce95676..d02d2aaff50d58ee37f0f3c3aee03bc453258a9e 100644 (file)
@@ -8899,7 +8899,7 @@ Branch: REL9_4_STABLE [c2b06ab17] 2015-01-30 22:45:58 -0500
       <listitem>
        <para>
         Add <xref linkend="APP-CREATEUSER"> option <option>-g</>
-        to specify role membership (Chistopher Browne)
+        to specify role membership (Christopher Browne)
        </para>
       </listitem>
 
index ec8e43f6eaeba3b263054c8ea2e2cfba7fe02128..573b40bea623f4f69420d974fbe9d417c77c40e7 100644 (file)
@@ -5737,8 +5737,8 @@ fix rtree for use in inner scan (Vadim)
 fix gist for use in inner scan, cleanups (Vadim, Andrea)
 avoid unnecessary local buffers allocation (Vadim, Massimo)
 fix local buffers leak in transaction aborts (Vadim)
-fix file manager memmory leaks, cleanups (Vadim, Massimo)
-fix storage manager memmory leaks (Vadim)
+fix file manager memory leaks, cleanups (Vadim, Massimo)
+fix storage manager memory leaks (Vadim)
 fix btree duplicates handling (Vadim)
 fix deleted rows reincarnation caused by vacuum (Vadim)
 fix SELECT varchar()/char() INTO TABLE made zero-length fields(Bruce)
@@ -5904,7 +5904,7 @@ European date format now set when postmaster is started
 Execute lowercase function names if not found with exact case
 Fixes for aggregate/GROUP processing, allow 'select sum(func(x),sum(x+y) from z'
 Gist now included in the distribution(Marc)
-Idend authentication of local users(Bryan)
+Ident authentication of local users(Bryan)
 Implement BETWEEN qualifier(Bruce)
 Implement IN qualifier(Bruce)
 libpq has PQgetisnull()(Bruce)
index 948b08cd7db9d7b6bf4312e11d1ac95eb3e40549..e42e1027d3f57759f75f7bdcddf697a95222845c 100644 (file)
@@ -838,7 +838,7 @@ static bool InstallXLogFileSegment(XLogSegNo *segno, char *tmppath,
                                           bool find_free, XLogSegNo max_segno,
                                           bool use_lock);
 static int XLogFileRead(XLogSegNo segno, int emode, TimeLineID tli,
-                        int source, bool notexistOk);
+                        int source, bool notfoundOk);
 static int     XLogFileReadAnyTLI(XLogSegNo segno, int emode, int source);
 static int XLogPageRead(XLogReaderState *xlogreader, XLogRecPtr targetPagePtr,
                         int reqLen, XLogRecPtr targetRecPtr, char *readBuf,
index 023abf70e21fe02ce8f95bf64f292fc3ee1b13ce..133fe32348401472fcdc2879aa21f0582f8b9a9e 100644 (file)
@@ -458,7 +458,7 @@ edge_failure(PlannerInfo *root, Gene *gene, int index, Edge *edge_table, int num
                        if (edge_table[i].unused_edges >= 0)
                                return (Gene) i;
 
-               elog(LOG, "no edge found via looking for the last ununsed point");
+               elog(LOG, "no edge found via looking for the last unused point");
        }
 
 
index 4c308d13d6acf77bfc73d3c71740663c456e460e..de8dd85c11060e05a76475ea49f770fcb99e966b 100644 (file)
@@ -124,7 +124,7 @@ char *
 pg_dlerror(void)
 {
 #ifndef HAVE_DLD_H
-       return "dynaloader unspported";
+       return "dynaloader unsupported";
 #else
        return dld_strerror(dld_errno);
 #endif
index f77a790fd878527c667381d344b40ed3917e349d..741899bf46b7967557d83bfd180e3e287e5e86d7 100644 (file)
@@ -329,7 +329,7 @@ GetReplicationApplyDelay(void)
        long            secs;
        int                     usecs;
 
-       TimestampTz chunckReplayStartTime;
+       TimestampTz chunkReplayStartTime;
 
        SpinLockAcquire(&walrcv->mutex);
        receivePtr = walrcv->receivedUpto;
@@ -340,12 +340,12 @@ GetReplicationApplyDelay(void)
        if (receivePtr == replayPtr)
                return 0;
 
-       chunckReplayStartTime = GetCurrentChunkReplayStartTime();
+       chunkReplayStartTime = GetCurrentChunkReplayStartTime();
 
-       if (chunckReplayStartTime == 0)
+       if (chunkReplayStartTime == 0)
                return -1;
 
-       TimestampDifference(chunckReplayStartTime,
+       TimestampDifference(chunkReplayStartTime,
                                                GetCurrentTimestamp(),
                                                &secs, &usecs);
 
index 78102fafd45c948a93bff59100677ddd728fdf53..f541fa8ee6ea878984b0411d605184ded070c62b 100644 (file)
@@ -8,7 +8,7 @@
 
 !IF "$(BCB)" == ""
 !MESSAGE You must edit bcc32.mak and define BCB at the top
-!ERROR misssing BCB
+!ERROR missing BCB
 !ENDIF
 
 !IF "$(__NMAKE__)" == ""
index 89230ad0204d9fb54d45358c6502613ec6115aa8..27d0731bc0efae2eca46203bcbae0237ed853d37 100644 (file)
@@ -322,10 +322,10 @@ SELECT to_tsvector('thesaurus_tst', 'one postgres one two one two three one');
  '1':1,5 '12':3 '123':4 'pgsql':2
 (1 row)
 
-SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbrevation SN)');
-                         to_tsvector                         
--------------------------------------------------------------
- 'abbrev':10 'call':8 'new':4 'sn':1,9,11 'star':5 'usual':7
+SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbreviation SN)');
+                         to_tsvector                          
+--------------------------------------------------------------
+ 'abbrevi':10 'call':8 'new':4 'sn':1,9,11 'star':5 'usual':7
 (1 row)
 
 SELECT to_tsvector('thesaurus_tst', 'Booking tickets is looking like a booking a tickets');
index 8100c6bdc8f6a51fc7d08fadf29b96971895a308..46446931a04c6661e0a2f658b1c7ad71c63adcae 100644 (file)
@@ -119,5 +119,5 @@ ALTER TEXT SEARCH CONFIGURATION thesaurus_tst ALTER MAPPING FOR
        WITH synonym, thesaurus, english_stem;
 
 SELECT to_tsvector('thesaurus_tst', 'one postgres one two one two three one');
-SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbrevation SN)');
+SELECT to_tsvector('thesaurus_tst', 'Supernovae star is very new star and usually called supernovae (abbreviation SN)');
 SELECT to_tsvector('thesaurus_tst', 'Booking tickets is looking like a booking a tickets');