Spelling fixes
authorPeter Eisentraut
Tue, 14 Mar 2017 16:57:10 +0000 (12:57 -0400)
committerPeter Eisentraut
Tue, 14 Mar 2017 17:45:45 +0000 (13:45 -0400)
From: Josh Soref 

15 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-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 5d72e3d1e3f01c0a0ed702f3591751bcdc0da2dc..acbf7d25f0c864f40623731e099a7c085362cc96 100644 (file)
@@ -99,7 +99,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)
     April, 1990
     
      University  of  California
-     
Berkely, California
+     
Berkeley, California
     
    
    
index 8b16c9e9d3cc522bb1b3e618c6ea1f43b6041219..bea0dc7bde0febdb828015adb4cffa38c9621d81 100644 (file)
 
      
       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.
      
     
 
index 61dce9fd7852d5ca73de3d0357c4b8bc563f0ccc..f4f98564b88966be2240a0c0dcf860f2deadc592 100644 (file)
 
      
       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.
      
     
 
index edacfbf3559fc133b4dfe9044404a77a7478e160..eb2d6ac2785f84ca644aedd3eb1124218603790a 100644 (file)
@@ -3941,7 +3941,7 @@ Branch: REL9_0_STABLE [9d6af7367] 2015-08-15 11:02:34 -0400
 
      
       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.
      
     
 
index 9e99de882cf8c1210d3b74f587621902d8cbb17d..0c7fe30bdad2bb68c192154a3d31187a7002d9af 100644 (file)
@@ -4774,7 +4774,7 @@ Branch: REL9_2_STABLE [6b700301c] 2015-02-17 16:03:00 +0100
 
      
       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.
      
     
 
index 19bb305f0e1e84eb7dcf9f295c67b7c16ba508de..6e1f0101876961a6df4817840bb37d7a41e77db8 100644 (file)
@@ -6968,7 +6968,7 @@ Branch: REL8_4_STABLE [b6e143458] 2014-03-01 15:21:13 -0500
 
      
       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.
      
     
 
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 b33e3697e8c9ae4efddfcc30f5e6c62d16b2ca10..2d514eca1043f2a59a27859c549525fc6b42bd04 100644 (file)
@@ -686,7 +686,7 @@ static bool InstallXLogFileSegment(XLogSegNo *segno, char *tmppath,
                       bool find_free, int *max_advance,
                       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 8ded9eec6733a504e06b9e23c5eff86196c45839..397d52c043e77f6c51a9e30667866f00844e42d3 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 968a87c0bc115050b66776f895e77f84f43333d6..8133f168f0ae214eb50a71498b55212ef91ceca2 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 9e16c20dbb2a042b215d66570586196f5cb174c4..5ce7ba928cef8a9cafcc20900722e65ce21322de 100644 (file)
@@ -322,7 +322,7 @@ GetReplicationApplyDelay(void)
    long        secs;
    int         usecs;
 
-   TimestampTz chunckReplayStartTime;
+   TimestampTz chunkReplayStartTime;
 
    SpinLockAcquire(&walrcv->mutex);
    receivePtr = walrcv->receivedUpto;
@@ -333,12 +333,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 8f5cd8de470d24f6f39f629c24bbcd0a6324c0f7..b167522ef8270b87e8a1c90b1b345d8e471a9cc6 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');