This patch fixes a bunch of spelling mistakes in comments throughout the
authorTom Lane
Mon, 10 Mar 2003 22:28:22 +0000 (22:28 +0000)
committerTom Lane
Mon, 10 Mar 2003 22:28:22 +0000 (22:28 +0000)
PostgreSQL source code.

Neil Conway

64 files changed:
contrib/dbase/dbf2pg.c
contrib/fulltextindex/fti.c
contrib/fuzzystrmatch/fuzzystrmatch.c
contrib/intagg/int_aggregate.c
contrib/intarray/_int.c
contrib/ltree/ltxtquery_io.c
contrib/oid2name/oid2name.c
contrib/pgcrypto/random.c
contrib/spi/moddatetime.c
contrib/string/string_io.c
contrib/tablefunc/tablefunc.c
contrib/tsearch/morph.c
contrib/tsearch/query.c
contrib/tsearch/rewrite.c
src/backend/access/gist/gist.c
src/backend/access/hash/hashovfl.c
src/backend/access/hash/hashstrat.c
src/backend/access/transam/xact.c
src/backend/commands/comment.c
src/backend/port/beos/sem.c
src/backend/utils/adt/formatting.c
src/backend/utils/adt/name.c
src/backend/utils/adt/pg_lzcompress.c
src/backend/utils/adt/varlena.c
src/backend/utils/mb/conv.c
src/backend/utils/mb/encnames.c
src/backend/utils/mb/mbutils.c
src/backend/utils/misc/database.c
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c
src/bin/psql/common.c
src/bin/psql/stringutils.c
src/include/catalog/pg_am.h
src/include/catalog/pg_amop.h
src/include/catalog/pg_attrdef.h
src/include/catalog/pg_attribute.h
src/include/catalog/pg_class.h
src/include/catalog/pg_constraint.h
src/include/catalog/pg_database.h
src/include/catalog/pg_description.h
src/include/catalog/pg_group.h
src/include/catalog/pg_index.h
src/include/catalog/pg_inherits.h
src/include/catalog/pg_language.h
src/include/catalog/pg_largeobject.h
src/include/catalog/pg_listener.h
src/include/catalog/pg_opclass.h
src/include/catalog/pg_operator.h
src/include/catalog/pg_proc.h
src/include/catalog/pg_rewrite.h
src/include/catalog/pg_statistic.h
src/include/catalog/pg_trigger.h
src/include/catalog/pg_version.h
src/include/commands/comment.h
src/include/port/solaris.h
src/include/storage/off.h
src/interfaces/ecpg/include/sqlca.h
src/interfaces/ecpg/preproc/ecpg.c
src/interfaces/libpq/fe-auth.c
src/interfaces/libpq/fe-connect.c
src/interfaces/libpq/fe-exec.c
src/interfaces/libpq/libpq-fe.h
src/interfaces/python/pgmodule.c
src/pl/plpython/plpython.c

index abf04dfa28a1c9eb93d5f92b0c6db907afa05061..5f67383725870d3b325c9f2fdc516c993894b451 100644 (file)
@@ -199,7 +199,7 @@ usage(void)
 }
 
 /* patch submitted by Jeffrey Y. Sue  */
-/* Provides functionallity for substituting dBase-fieldnames for others */
+/* Provides functionality for substituting dBase-fieldnames for others */
 /* Mainly for avoiding conflicts between fieldnames and SQL-reserved */
 /* keywords */
 
index 7620c0640ce6dbc4eb17cbbf7b60a5f2fa5af79c..4c5705ba74b0acb552adcfb4e50cd6e2e43c7eef 100644 (file)
@@ -83,7 +83,7 @@
  *  nothing in it, then re-populate the fti-table)
  *
  *  can we do something with operator overloading or a seperate function
- *  that can build the final query automatigally?
+ *  that can build the final query automagically?
  */
 
 #define MAX_FTI_QUERY_LENGTH 8192
index fbb16f66b335ba01b16474e023d9b4a7b4f9a3e8..0358fb2b66bede46a8b0b2fd3ab6eb3f49ad7fa1 100644 (file)
@@ -76,7 +76,7 @@ levenshtein(PG_FUNCTION_ARGS)
    /*
     * Restrict the length of the strings being compared to something
     * reasonable because we will have to perform rows * cols
-    * calcualtions. If longer strings need to be compared, increase
+    * calculations. If longer strings need to be compared, increase
     * MAX_LEVENSHTEIN_STRLEN to suit (but within your tolerance for speed
     * and memory usage).
     */
@@ -250,7 +250,7 @@ metaphone(PG_FUNCTION_ARGS)
  *------------------------------------------------------------------*/
 
 /* I suppose I could have been using a character pointer instead of
- * accesssing the array directly... */
+ * accessing the array directly... */
 
 /* Look at the next letter in the word */
 #define Next_Letter (toupper((unsigned char) word[w_idx+1]))
@@ -421,7 +421,7 @@ _metaphone(
         w_idx++)
    {
        /*
-        * How many letters to skip because an eariler encoding handled
+        * How many letters to skip because an earlier encoding handled
         * multiple letters
         */
        unsigned short int skip_letter = 0;
index fc08137d4d4e622861d63746e332116d823079af..1c14e7c2db7b82aeccb8fa0b2baa7cbf8bf7decd 100644 (file)
@@ -191,7 +191,7 @@ int_agg_state(PG_FUNCTION_ARGS)
 }
 
 /* This is the final function used for the integer aggregator. It returns all the integers
- * collected as a one dimentional integer array */
+ * collected as a one dimensional integer array */
 Datum
 int_agg_final_array(PG_FUNCTION_ARGS)
 {
@@ -225,7 +225,7 @@ int_enum(PG_FUNCTION_ARGS)
        /* Allocate a working context */
        pc = (CTX *) palloc(sizeof(CTX));
 
-       /* Don't copy atribute if you don't need too */
+       /* Don't copy attribute if you don't need too */
        if (VARATT_IS_EXTENDED(p))
        {
            /* Toasted!!! */
index 325d504d849a233f2cf04f6f8aa404096ff32ba9..199a39adc9cf5d9bae87b8fdf1e718f480a008e5 100644 (file)
@@ -133,7 +133,7 @@ typedef ArrayType *(*formarray) (ArrayType *, ArrayType *);
 typedef void (*formfloat) (ArrayType *, float *);
 
 /*
-** usefull function
+** useful function
 */
 static bool isort(int4 *a, const int len);
 static ArrayType *new_intArrayType(int num);
@@ -446,7 +446,7 @@ g_int_decompress(PG_FUNCTION_ARGS)
    lenin = ARRNELEMS(in);
 
    if (lenin < 2 * MAXNUMRANGE || ISLEAFKEY(in))
-   {                           /* not comressed value */
+   {                           /* not compressed value */
        if (in != (ArrayType *) DatumGetPointer(entry->key))
        {
            retval = palloc(sizeof(GISTENTRY));
@@ -1642,7 +1642,7 @@ typedef struct
    char       *buf;
    int4        state;
    int4        count;
-   /* reverse polish notation in list (for temprorary usage) */
+   /* reverse polish notation in list (for temporary usage) */
    NODE       *str;
    /* number in str */
    int4        num;
@@ -1747,7 +1747,7 @@ pushquery(WORKSTATE * state, int4 type, int4 val)
 #define STACKDEPTH 16
 
 /*
- * make polish notaion of query
+ * make polish notation of query
  */
 static int4
 makepol(WORKSTATE * state)
index e9be1621d6cf33d80d454f686a730ecfdb85b849..c07abaa2282a4f677ecaa3274b2cdb940f2973a9 100644 (file)
@@ -38,7 +38,7 @@ typedef struct
    char       *buf;
    int4        state;
    int4        count;
-   /* reverse polish notation in list (for temprorary usage) */
+   /* reverse polish notation in list (for temporary usage) */
    NODE       *str;
    /* number in str */
    int4        num;
index 155d54e7073e727caf7d159649e85b14ca177c26..d6cb526a1a529ce7c8406743b19a89ffdff691fe 100644 (file)
@@ -50,7 +50,7 @@ void      sql_exec_dumptable(PGconn *, int);
 void       sql_exec_searchtable(PGconn *, const char *);
 void       sql_exec_searchoid(PGconn *, int);
 
-/* fuction to parse command line options and check for some usage errors. */
+/* function to parse command line options and check for some usage errors. */
 void
 get_opts(int argc, char **argv, struct options * my_opts)
 {
index ce5f838a0c8931236835a6a00ae3fb1d780d0c84..7984aee915dcf2e1ca7278cca829eaa1fd2dadd9 100644 (file)
@@ -26,7 +26,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $Id: random.c,v 1.5 2001/11/05 17:46:23 momjian Exp $
+ * $Id: random.c,v 1.6 2003/03/10 22:28:17 tgl Exp $
  */
 
 
@@ -115,7 +115,7 @@ px_get_random_bytes(uint8 *dst, unsigned count)
 
    /*
     * OpenSSL random should re-feeded occasionally. From /dev/urandom
-    * preferrably.
+    * preferably.
     */
 
    res = RAND_bytes(dst, count);
index 4bc06d51be9fcfd1c6064fb9c994dcaffc4b581f..21e71e166cd012ad539fcab17a175a9bd1c31a3b 100644 (file)
@@ -2,7 +2,7 @@
 moddatetime.c
 
 What is this?
-It is a function to be called from a trigger for the perpose of updating
+It is a function to be called from a trigger for the purpose of updating
 a modification datetime stamp in a record when that record is UPDATEd.
 
 Credits
@@ -70,14 +70,14 @@ moddatetime(PG_FUNCTION_ARGS)
                                Int32GetDatum(-1));
 
    /*
-    * This gets the position in the turple of the field we want. args[0]
+    * This gets the position in the tuple of the field we want. args[0]
     * being the name of the field to update, as passed in from the
     * trigger.
     */
    attnum = SPI_fnumber(tupdesc, args[0]);
 
    /*
-    * This is were we check to see if the feild we are suppost to update
+    * This is were we check to see if the field we are supposed to update
     * even exits.  The above function must return -1 if name not found?
     */
    if (attnum < 0)
index fdc6da1915e469309f19528f56a3ac5f134343a8..059dfa089471ec7ec7447546ad588b993db4fb32 100644 (file)
@@ -166,7 +166,7 @@ string_output(unsigned char *data, int size)
  *
  * This function accepts a C string in input and copies it into a new
  * object allocated with palloc() translating all escape sequences.
- * An optional header can be allocatd before the string, for example
+ * An optional header can be allocated before the string, for example
  * to hold the length of a varlena object.
  * This function is not necessary for input from sql commands because
  * the parser already does escape translation, all data input routines
index 6b502dda001519f5e8f4832d1595b7d2394de1bd..a6d63fc94246c647a479cd3952b644f4d3e159a5 100644 (file)
@@ -44,7 +44,7 @@ static bool compatCrosstabTupleDescs(TupleDesc tupdesc1, TupleDesc tupdesc2);
 static bool compatConnectbyTupleDescs(TupleDesc tupdesc1, TupleDesc tupdesc2);
 static void get_normal_pair(float8 *x1, float8 *x2);
 static TupleDesc make_crosstab_tupledesc(TupleDesc spi_tupdesc,
-                       int num_catagories);
+                       int num_categories);
 static Tuplestorestate *connectby(char *relname,
          char *key_fld,
          char *parent_key_fld,
@@ -373,9 +373,9 @@ crosstab(PG_FUNCTION_ARGS)
                elog(ERROR, "Wrong number of arguments specified for function");
            else
            {
-               int         num_catagories = PG_GETARG_INT32(1);
+               int         num_categories = PG_GETARG_INT32(1);
 
-               tupdesc = make_crosstab_tupledesc(spi_tupdesc, num_catagories);
+               tupdesc = make_crosstab_tupledesc(spi_tupdesc, num_categories);
            }
        }
        else if (functyptype == 'b')
@@ -1034,7 +1034,7 @@ compatCrosstabTupleDescs(TupleDesc ret_tupdesc, TupleDesc sql_tupdesc)
 }
 
 static TupleDesc
-make_crosstab_tupledesc(TupleDesc spi_tupdesc, int num_catagories)
+make_crosstab_tupledesc(TupleDesc spi_tupdesc, int num_categories)
 {
    Form_pg_attribute sql_attr;
    Oid         sql_atttypid;
@@ -1046,10 +1046,10 @@ make_crosstab_tupledesc(TupleDesc spi_tupdesc, int num_catagories)
 
    /*
     * We need to build a tuple description with one column for the
-    * rowname, and num_catagories columns for the values. Each must be of
+    * rowname, and num_categories columns for the values. Each must be of
     * the same type as the corresponding spi result input column.
     */
-   natts = num_catagories + 1;
+   natts = num_categories + 1;
    tupdesc = CreateTemplateTupleDesc(natts, false);
 
    /* first the rowname column */
@@ -1063,11 +1063,11 @@ make_crosstab_tupledesc(TupleDesc spi_tupdesc, int num_catagories)
    TupleDescInitEntry(tupdesc, attnum, attname, sql_atttypid,
                       -1, 0, false);
 
-   /* now the catagory values columns */
+   /* now the category values columns */
    sql_attr = spi_tupdesc->attrs[2];
    sql_atttypid = sql_attr->atttypid;
 
-   for (i = 0; i < num_catagories; i++)
+   for (i = 0; i < num_categories; i++)
    {
        attnum++;
 
index 3acbef986231e8b198bf1845bf4100b976e66cdc..2455a72d8ddfdab883aa59c226d16f688e810b03 100644 (file)
@@ -187,7 +187,7 @@ lemmatize(char *word, int *len, int type)
                int         oldlen = *len;
                char       *newword = (*(dict->lemmatize)) (dictobjs[nd], word, len);
 
-               /* word is recognized by distionary */
+               /* word is recognized by dictionary */
                if (newword != word || *len != oldlen)
                {
                    if (dict->is_stemstoplemm &&
index 9d5e126c5bcfe5ff58cc754997a531be672e6e74..8253787320bd4dc28b2240e61ad61d202e789f9c 100644 (file)
@@ -79,7 +79,7 @@ typedef struct
    char       *buf;
    int4        state;
    int4        count;
-   /* reverse polish notation in list (for temprorary usage) */
+   /* reverse polish notation in list (for temporary usage) */
    NODE       *str;
    /* number in str */
    int4        num;
@@ -247,7 +247,7 @@ pushval_morph(QPRS_STATE * state, int typeval, char *strval, int lenval)
 
 #define STACKDEPTH 32
 /*
- * make polish notaion of query
+ * make polish notation of query
  */
 static int4
 makepol(QPRS_STATE * state, void (*pushval) (QPRS_STATE *, int, char *, int))
index 33e948faf8914bf036507298bf4c3122569245d4..6cd3cb14e789c3c1e93dcfff62efa25690503cc1 100644 (file)
@@ -116,7 +116,7 @@ freetree(NODE * node)
 
 /*
  * clean tree for ! operator.
- * It's usefull for debug, but in
+ * It's useful for debug, but in
  * other case, such view is used with search in index.
  * Operator ! always return TRUE
  */
index 56a5c6fb603f94b579ce749b77a9db37549c3d4c..cba57dc503f6987210dfe827c4292bd94d1bab35 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.101 2003/02/24 00:57:17 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/gist/gist.c,v 1.102 2003/03/10 22:28:18 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -465,7 +465,7 @@ gistlayerinsert(Relation r, BlockNumber blkno,
        /*
         * After this call: 1. if child page was splited, then itup
         * contains keys for each page 2. if  child page wasn't splited,
-        * then itup contains additional for adjustement of current key
+        * then itup contains additional for adjustment of current key
         */
        ret = gistlayerinsert(r, nblkno, itup, len, res, giststate);
 
@@ -551,7 +551,7 @@ gistlayerinsert(Relation r, BlockNumber blkno,
            ItemPointerSet(&((*res)->pointerData), blkno, l);
 
        if (*len > 1)
-       {                       /* previos insert ret & SPLITED != 0 */
+       {                       /* previous insert ret & SPLITED != 0 */
            int         i;
 
            /*
index b5198dbb1dffd6f06584c0f8419c45124d0b166a..1e2df0aee0879389ac6cd8325cb67078478f8921 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.33 2002/06/20 20:29:24 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/hashovfl.c,v 1.34 2003/03/10 22:28:18 tgl Exp $
  *
  * NOTES
  *   Overflow pages look like ordinary relation pages.
@@ -452,7 +452,7 @@ _hash_initbitmap(Relation rel,
 /*
  * _hash_squeezebucket(rel, bucket)
  *
- * Try to squeeze the tuples onto pages occuring earlier in the
+ * Try to squeeze the tuples onto pages occurring earlier in the
  * bucket chain in an attempt to free overflow pages. When we start
  * the "squeezing", the page from which we start taking tuples (the
  * "read" page) is the last bucket in the bucket chain and the page
index 75133d69b88ff2003e1625a1ee792f207e685953..4fc8667adad601767b535cbfa0b9189ad2797796 100644 (file)
@@ -1,14 +1,14 @@
 /*-------------------------------------------------------------------------
  *
  * hashstrat.c
- *   Srategy map entries for the hash indexed access method
+ *   Strategy map entries for the hash indexed access method
  *
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.21 2002/06/20 20:29:24 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.22 2003/03/10 22:28:18 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
index 7150569a228950506d57399664772bbca46e9a89..0506e4801a33718a4ac6d3a93fc1458e5acb8a38 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.141 2003/01/10 22:03:27 petere Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/access/transam/xact.c,v 1.142 2003/03/10 22:28:18 tgl Exp $
  *
  * NOTES
  *     Transaction aborts can now occur two ways:
@@ -91,7 +91,7 @@
  *             CommitTransactionBlock
  *             AbortTransactionBlock
  *
- *     These are invoked only in responce to a user "BEGIN WORK", "COMMIT",
+ *     These are invoked only in response to a user "BEGIN WORK", "COMMIT",
  *     or "ROLLBACK" command.  The tricky part about these functions
  *     is that they are called within the postgres main loop, in between
  *     the StartTransactionCommand() and CommitTransactionCommand().
@@ -236,7 +236,7 @@ static void *_RollbackData = NULL;
  * SetTransactionFlushEnabled()
  *
  * These are used to test and set the "TransactionFlushState"
- * varable.  If this variable is true (the default), then
+ * variable.  If this variable is true (the default), then
  * the system will flush all dirty buffers to disk at the end
  * of each transaction.   If false then we are assuming the
  * buffer pool resides in stable main memory, in which case we
index bff639cf26182fa7eaf8f30ba7f039734c9cfd56..4176cf3cfd3c7c1a06244b8290fd546417ec53c8 100644 (file)
@@ -7,7 +7,7 @@
  * Copyright (c) 1996-2001, PostgreSQL Global Development Group
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/commands/comment.c,v 1.61 2002/10/09 16:26:46 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/commands/comment.c,v 1.62 2003/03/10 22:28:18 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -389,7 +389,7 @@ CommentAttribute(List *qualname, char *comment)
  *
  * This routine is used to add/drop any user-comments a user might
  * have regarding the specified database. The routine will check
- * security for owner permissions, and, if succesful, will then
+ * security for owner permissions, and, if successful, will then
  * attempt to find the oid of the database specified. Once found,
  * a comment is added/dropped using the CreateComments() routine.
  */
@@ -427,7 +427,7 @@ CommentDatabase(List *qualname, char *comment)
  *
  * This routine is used to add/drop any user-comments a user might
  * have regarding the specified namespace. The routine will check
- * security for owner permissions, and, if succesful, will then
+ * security for owner permissions, and, if successful, will then
  * attempt to find the oid of the namespace specified. Once found,
  * a comment is added/dropped using the CreateComments() routine.
  */
@@ -579,7 +579,7 @@ CommentRule(List *qualname, char *comment)
  * have regarding a TYPE. The type is specified by name
  * and, if found, and the user has appropriate permissions, a
  * comment will be added/dropped using the CreateComments() routine.
- * The type's name and the comments are the paramters to this routine.
+ * The type's name and the comments are the parameters to this routine.
  */
 static void
 CommentType(List *typename, char *comment)
index f1d2c1c63fc912abfb9883d925715700a0c8461f..71598fcc4c0164054aa54efae1920b3d268914f8 100644 (file)
@@ -99,7 +99,7 @@ semctl(int semId, int semNum, int flag, union semun semun)
        return 1;
    }
 
-   /* Get the last pid which accesed the sem */
+   /* Get the last pid which accessed the sem */
    if (flag == GETPID)
    {
        TRACEDBG("->semctl getpid");
@@ -191,7 +191,7 @@ semget(int semKey, int semNum, int flags)
    /* find area */
    parea = find_area(Nom);
 
-   /* Test of area existance */
+   /* Test of area existence */
    if (parea != B_NAME_NOT_FOUND)
    {
        /* Area exist and creation is requested, error */
@@ -221,7 +221,7 @@ semget(int semKey, int semNum, int flags)
 
            /*
             * Limit to 250 (8 byte per sem : 4 for the semid and 4 for
-            * the last pid which acceced the semaphore in a pool
+            * the last pid which accessed the semaphore in a pool
             */
            if (semNum > 250)
            {
@@ -293,7 +293,7 @@ semop(int semId, struct sembuf * sops, int nsops)
        if (sops[i].sem_op < 0)
        {
            /*
-            * Try acuiring the semaphore till we are not inteerupted by a
+            * Try acquiring the semaphore till we are not interrupted by a
             * signal
             */
            if (sops[i].sem_flg == IPC_NOWAIT)
index bebccbdfdc644ef3a14dc4a6fd586858cdfacdae..6a5f0af138ea925473cb400b829055e08975af6c 100644 (file)
@@ -1,7 +1,7 @@
 /* -----------------------------------------------------------------------
  * formatting.c
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.57 2002/11/08 20:23:56 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/formatting.c,v 1.58 2003/03/10 22:28:18 tgl Exp $
  *
  *
  *  Portions Copyright (c) 1999-2002, PostgreSQL Global Development Group
@@ -264,7 +264,7 @@ typedef struct
    int         pre,            /* (count) numbers before decimal */
                post,           /* (count) numbers after decimal  */
                lsign,          /* want locales sign          */
-               flag,           /* number parametrs       */
+               flag,           /* number parameters          */
                pre_lsign_num,  /* tmp value for lsign        */
                multi,          /* multiplier for 'V'         */
                zero_start,     /* position of first zero     */
@@ -488,7 +488,7 @@ static KeySuffix DCH_suff[] = {
  * it is not good.
  *
  * (!)
- *  - Position for the keyword is simular as position in the enum DCH/NUM_poz.
+ *  - Position for the keyword is similar as position in the enum DCH/NUM_poz.
  * (!)
  *
  * For fast search is used the 'int index[]', index is ascii table from position
@@ -776,7 +776,7 @@ static int  DCH_index[KeyWord_INDEX_SIZE] = {
 /*
 0  1   2   3   4   5   6   7   8   9
 */
-   /*---- first 0..31 chars are skiped ----*/
+   /*---- first 0..31 chars are skipped ----*/
 
    -1, -1, -1, -1, -1, -1, -1, -1,
    -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
@@ -838,9 +838,9 @@ typedef struct NUMProc
                read_post;      /* to_number - number of dec. digit */
 
    char       *number,         /* string with number   */
-              *number_p,       /* pointer to current number pozition */
+              *number_p,       /* pointer to current number position */
               *inout,          /* in / out buffer  */
-              *inout_p,        /* pointer to current inout pozition */
+              *inout_p,        /* pointer to current inout position */
               *last_relevant,  /* last relevant number after decimal
                                 * point */
 
@@ -3753,7 +3753,7 @@ NUM_numpart_to_char(NUMProc *Np, int id)
        else
        {
            /*
-            * Write Decinal point
+            * Write Decimal point
             */
            if (*Np->number_p == '.')
            {
@@ -3934,7 +3934,7 @@ NUM_processor(FormatNode *node, NUMDesc *Num, char *inout, char *number,
            {
                Np->sign_pos = Np->num_count + (Np->num_pre ? 1 : 0);
 
-               if (IS_DECIMAL(Np->Num))        /* decimal point correctio */
+               if (IS_DECIMAL(Np->Num))        /* decimal point correction */
                    ++Np->sign_pos;
            }
            else if (IS_ZERO(Np->Num) && Np->num_pre > Np->Num->zero_start)
index 154a2067ec99440fe150bb586ac09592a7ebedba..746254add59048766d1c847be6813700fb61660e 100644 (file)
@@ -12,7 +12,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.42 2003/02/09 06:56:28 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/name.c,v 1.43 2003/03/10 22:28:18 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -46,7 +46,7 @@ namein(PG_FUNCTION_ARGS)
    int         len;
    char       *ermsg;
 
-   /* veryfy encoding */
+   /* verify encoding */
    len = strlen(s);
    if ((ermsg = pg_verifymbstr(s, len)))
        elog(ERROR, "%s", ermsg);
index a22c57cb4c84e292947a88dbdae272ba08c53237..cf42f4f3a63c4f0b2cc1fd8e9d5f6b95be4c4e5a 100644 (file)
@@ -1,7 +1,7 @@
 /* ----------
  * pg_lzcompress.c -
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.16 2002/11/23 03:59:08 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/pg_lzcompress.c,v 1.17 2003/03/10 22:28:18 tgl Exp $
  *
  *     This is an implementation of LZ compression for PostgreSQL.
  *     It uses a simple history table and generates 2-3 byte tags
@@ -98,7 +98,7 @@
  *         makes total limits of 1-4095 for offset and 3-273 for length.
  *
  *         Now that we have successfully decoded a tag. We simply copy
- *         the output that occured  bytes back to the current
+ *         the output that occurred  bytes back to the current
  *         output location in the specified . Thus, a
  *         sequence of 200 spaces (think about bpchar fields) could be
  *         coded in 4 bytes. One literal space and a three byte tag to
@@ -419,7 +419,7 @@ pglz_find_match(PGLZ_HistEntry **hstart, char *input, char *end,
         * bytes, it's worth the call overhead to use memcmp() to check if
         * this match is equal for the same size. After that we must
         * fallback to character by character comparison to know the exact
-        * position where the diff occured.
+        * position where the diff occurred.
         */
        thislen = 0;
        if (len >= 16)
@@ -783,7 +783,7 @@ pglz_get_next_decomp_char_from_lzdata(PGLZ_DecompState *dstate)
        /*
         * This decompression method saves time only, if we stop near the
         * beginning of the data (maybe because we're called by a
-        * comparision function and a difference occurs early). Otherwise,
+        * comparison function and a difference occurs early). Otherwise,
         * all the checks, needed here, cause too much overhead.
         *
         * Thus we decompress the entire rest at once into the temporary
index e98a2dfe0e38b48794b2c8555670f96d3d9d42fd..974e7f8fc676db8aaadfb4a185396080f59930a0 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.94 2002/12/06 05:20:17 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/adt/varlena.c,v 1.95 2003/03/10 22:28:18 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -1663,7 +1663,7 @@ byteacmp(PG_FUNCTION_ARGS)
 
 /*
  * replace_text
- * replace all occurences of 'old_sub_str' in 'orig_str'
+ * replace all occurrences of 'old_sub_str' in 'orig_str'
  * with 'new_sub_str' to form 'new_str'
  *
  * returns 'orig_str' if 'old_sub_str' == '' or 'orig_str' == ''
index a41f9abe9dde638335afc614f4d9bd12edfb5159..0337692d88cfb207aaeed8d3746e6423bc295c00 100644 (file)
@@ -6,7 +6,7 @@
  * Portions Copyright (c) 1994, Regents of the University of California
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.43 2002/09/04 20:31:31 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/mb/conv.c,v 1.44 2003/03/10 22:28:18 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -335,7 +335,7 @@ compare2(const void *p1, const void *p2)
  * UTF-8 ---> local code
  *
  * utf: input UTF-8 string. Its length is limited by "len" parameter
- *     or a null terminater.
+ *     or a null terminator.
  * iso: pointer to the output.
  * map: the conversion map.
  * size: the size of the conversion map.
index dc6623b09c155fb9e277b751360125ccb01ee8fe..7c62d8c4abb240a60d3194303f13148fc32c5e51 100644 (file)
@@ -2,7 +2,7 @@
  * Encoding names and routines for work with it. All
  * in this file is shared bedween FE and BE.
  *
- * $Id: encnames.c,v 1.11 2002/12/05 23:21:07 momjian Exp $
+ * $Id: encnames.c,v 1.12 2003/03/10 22:28:18 tgl Exp $
  */
 #ifdef FRONTEND
 #include "postgres_fe.h"
@@ -25,7 +25,7 @@
 /* ----------
  * All encoding names, sorted:      *** A L P H A B E T I C ***
  *
- * All names must be without irrelevan chars, search routines use
+ * All names must be without irrelevant chars, search routines use
  * isalnum() chars only. It means ISO-8859-1, iso_8859-1 and Iso8859_1
  * are always converted to 'iso88591'. All must be lower case.
  *
@@ -52,7 +52,7 @@ pg_encname    pg_encname_tbl[] =
    {
        "eucjp", PG_EUC_JP
    },                          /* EUC-JP; Extended UNIX Code fixed Width
-                                * for Japanese, stdandard OSF */
+                                * for Japanese, standard OSF */
    {
        "euckr", PG_EUC_KR
    },                          /* EUC-KR; Extended Unix Code for Korean ,
index 560dffa858149df2eda4e08cf86962e233545828..588aefc61c4060af2d118303c6c2054971626128 100644 (file)
@@ -4,7 +4,7 @@
  * (currently mule internal code (mic) is used)
  * Tatsuo Ishii
  *
- * $Header: /cvsroot/pgsql/src/backend/utils/mb/mbutils.c,v 1.38 2003/02/19 14:31:26 ishii Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/mb/mbutils.c,v 1.39 2003/03/10 22:28:18 tgl Exp $
  */
 #include "postgres.h"
 
@@ -41,7 +41,7 @@ static int cliplen(const unsigned char *str, int len, int limit);
 static bool need_to_init_client_encoding = -1;
 
 /*
- * Set the client encoding and save fmgrinfo for the converion
+ * Set the client encoding and save fmgrinfo for the conversion
  * function if necessary. if encoding conversion between client/server
  * encoding is not supported, returns -1
 */
@@ -60,7 +60,7 @@ SetClientEncoding(int encoding, bool doit)
    if (!PG_VALID_FE_ENCODING(encoding))
        return (-1);
 
-   /* If we cannot actualy set client encoding info, remeber it
+   /* If we cannot actually set client encoding info, remember it
     * so that we could set it using InitializeClientEncoding()
     * in InitPostgres()
     */
@@ -164,7 +164,7 @@ pg_get_client_encoding_name(void)
  * warn and returns src. We cannot raise an error, since it will cause
  * an infinit loop in error message sending.
  *
- * In the case of no coversion, src is returned.
+ * In the case of no conversion, src is returned.
  *
  * XXX We assume that storage for converted result is 4-to-1 growth in
  * the worst case. The rate for currently supported encoding pares are within 3
@@ -281,7 +281,7 @@ pg_convert2(PG_FUNCTION_ARGS)
        elog(ERROR, "Encoding conversion failed");
 
    /*
-    * build text data type structre. we cannot use textin() here, since
+    * build text data type structure. we cannot use textin() here, since
     * textin assumes that input string encoding is same as database
     * encoding.
     */
index 8cf5879922822e49929cb9e8a54c15f20c13db67..981d7ea7dcc644df7e2f5f0dd8f4f8cafb6033dc 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.54 2002/11/08 20:23:57 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/backend/utils/misc/Attic/database.c,v 1.55 2003/03/10 22:28:19 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -33,7 +33,7 @@ static bool PhonyHeapTupleSatisfiesNow(HeapTupleHeader tuple);
  * pg_database.datpath) to a full absolute path for further consumption.
  * NULL means an error, which the caller should process. One reason for
  * such an error would be an absolute alternative path when no absolute
- * paths are alllowed.
+ * paths are allowed.
  */
 
 char *
index d91f630b70950f742178cef7ce352160d97f19d3..1ef3f371f4a3d8ecb9ec5e565686cbb8c93b9821 100644 (file)
@@ -15,7 +15,7 @@
  *
  *
  * IDENTIFICATION
- *     $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.69 2003/03/09 19:38:52 tgl Exp $
+ *     $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.70 2003/03/10 22:28:19 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -1661,7 +1661,7 @@ _discoverArchiveFormat(ArchiveHandle *AH)
    if (fseeko(fh, 0, SEEK_SET) != 0)
    {
        /*
-        * NOTE: Formats that use the looahead buffer can unset this in
+        * NOTE: Formats that use the lookahead buffer can unset this in
         * their Init routine.
         */
        AH->readHeader = 1;
@@ -2030,7 +2030,7 @@ _tocEntryRequired(TocEntry *te, RestoreOptions *ropt)
    if (ropt->dataOnly)
        res = res & REQ_DATA;
 
-   /* Mask it if we don't have a schema contribition */
+   /* Mask it if we don't have a schema contribution */
    if (!te->defn || strlen(te->defn) == 0)
        res = res & ~REQ_SCHEMA;
 
index 1bea9cf509dcce72ad2ea84ac019e784d0f5a94f..41c7a66762baab7c1236be1369eecdf4e21c2f79 100644 (file)
@@ -12,7 +12,7 @@
  * by PostgreSQL
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.318 2003/02/13 22:56:52 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/bin/pg_dump/pg_dump.c,v 1.319 2003/03/10 22:28:19 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -932,7 +932,7 @@ dumpClasses_nodumpData(Archive *fout, char *oid, void *dctxv)
         * select(0, NULL, NULL, NULL, &tvi);
         *
         * This will return after the interval specified in the structure
-        * tvi. Fianally, call gettimeofday again to save the 'last sleep
+        * tvi. Finally, call gettimeofday again to save the 'last sleep
         * time'.
         */
    }
index b7aa0a3ba252e785382adebe753ae3a87d30e1d0..0caaf1ef64057f1d49753adbf2c0197d04415b35 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2000 by PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.55 2003/02/21 21:34:27 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/common.c,v 1.56 2003/03/10 22:28:19 tgl Exp $
  */
 #include "postgres_fe.h"
 #include "common.h"
@@ -153,7 +153,7 @@ psql_error(const char *fmt,...)
 
 
 /*
- * for backend Notice mesages (INFO, WARNING, etc)
+ * for backend Notice messages (INFO, WARNING, etc)
  */
 void
 NoticeProcessor(void *arg, const char *message)
index 0401c92718c109da2d7f33e6048bba89d13f7fce..b6ecf114fe1a46a7db76f52b370194aea5b12374 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright 2000-2002 by PostgreSQL Global Development Group
  *
- * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.31 2002/10/19 00:22:14 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/stringutils.c,v 1.32 2003/03/10 22:28:19 tgl Exp $
  */
 #include "postgres_fe.h"
 
@@ -39,7 +39,7 @@ static void strip_quotes(char *source, char quote, char escape, int encoding);
  * Characters in 'delim', if any, will be returned as single-character
  * tokens unless part of a quoted token.
  *
- * Double occurences of the quoting character are always taken to represent
+ * Double occurrences of the quoting character are always taken to represent
  * a single quote character in the data.  If escape isn't 0, then escape
  * followed by anything (except \0) is a data character too.
  *
index 3ee7121812cf0adb4c58930b76865735a6e79ef5..0807fb1a398cfad682e710253d3a74ef01a3727c 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_am.h,v 1.24 2003/02/22 00:45:05 tgl Exp $
+ * $Id: pg_am.h,v 1.25 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *     the genbki.sh script reads this file and generates .bki
@@ -23,7 +23,7 @@
 #define PG_AM_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 21228c8ca35068a1621e72712f106c896024a361..445033ecd0d7db1143d5827de4f9af2078df5c0e 100644 (file)
@@ -16,7 +16,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_amop.h,v 1.46 2002/06/20 20:29:43 momjian Exp $
+ * $Id: pg_amop.h,v 1.47 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *  the genbki.sh script reads this file and generates .bki
@@ -28,7 +28,7 @@
 #define PG_AMOP_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 3d39911d83f504dbc1773edbfcef571becb5ece3..20ddc7181ece3b4f080dcda2f0ae6f1dd1f1e2cb 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attrdef.h,v 1.13 2002/07/15 16:33:32 tgl Exp $
+ * $Id: pg_attrdef.h,v 1.14 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_ATTRDEF_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index e23f793bc7e5f5db5376daa1139f704a8445bf25..c2d07e822add612c61b21febe38e9bd34857faf8 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_attribute.h,v 1.100 2002/09/22 19:42:51 tgl Exp $
+ * $Id: pg_attribute.h,v 1.101 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -25,7 +25,7 @@
 #define PG_ATTRIBUTE_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 0843cbf6fc815d554e1f0f005d56687719319938..715f24c8d1031c0ff59a5b472eb09ac7ec4998a9 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_class.h,v 1.74 2002/09/22 19:42:52 tgl Exp $
+ * $Id: pg_class.h,v 1.75 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_CLASS_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 80ff185579ed25a9cd4de6bdfd5d858930b6a3fb..ebbf96f6195b0920c5adebf2c0cf516c2803b843 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_constraint.h,v 1.5 2002/11/15 02:50:10 momjian Exp $
+ * $Id: pg_constraint.h,v 1.6 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_CONSTRAINT_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index bc21d337538c618951aae53694f4e1efb392951d..fbdcd6f4a6838f1a1ab908b3ba23adf5e425958d 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_database.h,v 1.27 2002/09/03 21:45:43 petere Exp $
+ * $Id: pg_database.h,v 1.28 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_DATABASE_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index abe61d49bcf4316e328a2d813063755eb6b9e235..87e4698e3653a00710a12bec22dd230e023364d5 100644 (file)
@@ -22,7 +22,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_description.h,v 1.17 2002/06/20 20:29:44 momjian Exp $
+ * $Id: pg_description.h,v 1.18 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *     the genbki.sh script reads this file and generates .bki
@@ -37,7 +37,7 @@
 #define PG_DESCRIPTION_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
@@ -64,7 +64,7 @@ CATALOG(pg_description) BKI_WITHOUT_OIDS
 typedef FormData_pg_description *Form_pg_description;
 
 /* ----------------
- *     compiler constants for pg_descrpition
+ *     compiler constants for pg_description
  * ----------------
  */
 #define Natts_pg_description           4
index c90ede8f729153deadc6230dd71dda976342f8af..e8da8a54c7390261ab8c8774d2f57404be7c17c3 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_group.h,v 1.15 2002/06/20 20:29:44 momjian Exp $
+ * $Id: pg_group.h,v 1.16 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -19,7 +19,7 @@
 #define PG_GROUP_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 092487b7c9971dce5125fb162f1c867177485813..ecdce77f17d4bdb5938568e4cb60c3be0e541660 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_index.h,v 1.29 2002/09/03 01:04:41 tgl Exp $
+ * $Id: pg_index.h,v 1.30 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_INDEX_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 14fc9f05bf0b4b6f936e3c4578d7384b2f18a3e7..a1618710ff5b0cfddb62cf508d6e01209719de99 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_inherits.h,v 1.14 2002/06/20 20:29:44 momjian Exp $
+ * $Id: pg_inherits.h,v 1.15 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_INHERITS_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 48d9c42c27e0471f6b1b716fbd4bd857e1492fc2..259bef62f1f1d589862228bb7871199b99314bb3 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_language.h,v 1.20 2002/09/04 20:31:37 momjian Exp $
+ * $Id: pg_language.h,v 1.21 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_LANGUAGE_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index bc11b5f924fd522ab4f714a884fbf99af87e7249..25372509a0b529f1b4dd3382ed0030b8761eb877 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_largeobject.h,v 1.13 2002/06/20 20:29:44 momjian Exp $
+ * $Id: pg_largeobject.h,v 1.14 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_LARGEOBJECT_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 1931a0ce6f66f8c121cd7c63eeff9d9b9ffdafc1..db68815be081542c2a22b16cb0a7ffc7e3915a37 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_listener.h,v 1.13 2002/06/20 20:29:44 momjian Exp $
+ * $Id: pg_listener.h,v 1.14 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -19,7 +19,7 @@
 #define PG_LISTENER_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index e4884b794154fe253cc5e559576cd488b7105914..bedd9d72e0844d11b5631bb7624ad3900c5ef108 100644 (file)
@@ -26,7 +26,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_opclass.h,v 1.46 2002/09/04 20:31:37 momjian Exp $
+ * $Id: pg_opclass.h,v 1.47 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -38,7 +38,7 @@
 #define PG_OPCLASS_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index c97003cf43150fd585d3218663511ac387ccf9fe..9470e5559848a81e8bfa76944cd35959c3ef6516 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_operator.h,v 1.110 2002/09/18 21:35:23 tgl Exp $
+ * $Id: pg_operator.h,v 1.111 2003/03/10 22:28:19 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -25,7 +25,7 @@
 #include "nodes/pg_list.h"
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index e1d98d5510e1b53bb936ba7e8f026a2fe82cbfda..01fb540dafd3f45aeb0b8a84e21cad91eaaf458b 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_proc.h,v 1.285 2003/03/03 03:30:46 tgl Exp $
+ * $Id: pg_proc.h,v 1.286 2003/03/10 22:28:20 tgl Exp $
  *
  * NOTES
  *   The script catalog/genbki.sh reads this file and generates .bki
@@ -26,7 +26,7 @@
 #include "nodes/pg_list.h"
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index e6a3fe7a29dd71ecd0377ee33f27b564c8a4c740..d7316e55fe3eb26f8b5ad3a377f53a46b79c53f1 100644 (file)
@@ -11,7 +11,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_rewrite.h,v 1.19 2002/06/20 20:29:49 momjian Exp $
+ * $Id: pg_rewrite.h,v 1.20 2003/03/10 22:28:21 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -23,7 +23,7 @@
 #define PG_REWRITE_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 8a596d8bd4c1acf2636fae56745925b4dd5e4e4b..8c8806a159a68fb0650516300045974a98cca223 100644 (file)
@@ -8,7 +8,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_statistic.h,v 1.18 2002/09/04 20:31:42 momjian Exp $
+ * $Id: pg_statistic.h,v 1.19 2003/03/10 22:28:21 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -20,7 +20,7 @@
 #define PG_STATISTIC_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 9eb58ef73a60529477e46356224b7e334d0c6f0b..30c15f50939a1bd3594c6414f9c6bd610d595d81 100644 (file)
@@ -16,7 +16,7 @@
 #define PG_TRIGGER_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index bcfcc2ceb18917319f00daccab58d676285dfce3..b02f88c603c37b8f46deeff1afca51e060ba8336 100644 (file)
@@ -15,7 +15,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: pg_version.h,v 1.15 2002/06/20 20:29:49 momjian Exp $
+ * $Id: pg_version.h,v 1.16 2003/03/10 22:28:21 tgl Exp $
  *
  * NOTES
  *   the genbki.sh script reads this file and generates .bki
@@ -27,7 +27,7 @@
 #define PG_VERSION_H
 
 /* ----------------
- *     postgres.h contains the system type definintions and the
+ *     postgres.h contains the system type definitions and the
  *     CATALOG(), BOOTSTRAP and DATA() sugar words so this file
  *     can be read by both genbki.sh and the C compiler.
  * ----------------
index 0972c13486a0441db966aee733fdcd516495956a..1b2ac3e614c754850c8e8b8e6f267cf689492510 100644 (file)
@@ -17,7 +17,7 @@
 /*------------------------------------------------------------------
  * Function Prototypes --
  *
- * The following protoypes define the public functions of the comment
+ * The following prototypes define the public functions of the comment
  * related routines.  CommentObject() implements the SQL "COMMENT ON"
  * command.  DeleteComments() deletes all comments for an object.
  * CreateComments creates (or deletes, if comment is NULL) a comment
index cdffb61e9037b1d55a06862e9bc2074b9bd102d6..c723cd6f379c3b7411c0dffb87395101c1a1067d 100644 (file)
@@ -1,10 +1,10 @@
-/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.7 2001/11/05 17:46:35 momjian Exp $ */
+/* $Header: /cvsroot/pgsql/src/include/port/solaris.h,v 1.8 2003/03/10 22:28:21 tgl Exp $ */
 
 #define HAS_TEST_AND_SET
 typedef unsigned char slock_t;
 
 /*
- * Sort this out for all operting systems some time.  The __xxx
+ * Sort this out for all operating systems some time.  The __xxx
  * symbols are defined on both GCC and Solaris CC, although GCC
  * doesn't document them.  The __xxx__ symbols are only on GCC.
  */
index 2b825ae3a4c457b967f30744a155363ab613df80..921683850e68d1afa96935da941044262ffa585a 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: off.h,v 1.14 2002/06/20 20:29:52 momjian Exp $
+ * $Id: off.h,v 1.15 2003/03/10 22:28:21 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -46,7 +46,7 @@ typedef uint16 OffsetNumber;
  * OffsetNumberPrev
  *     Increments/decrements the argument.  These macros look pointless
  *     but they help us disambiguate the different manipulations on
- *     OffsetNumbers (e.g., sometimes we substract one from an
+ *     OffsetNumbers (e.g., sometimes we subtract one from an
  *     OffsetNumber to move back, and sometimes we do so to form a
  *     real C array index).
  */
index 63296348de9fa543eedd93ca5628f0a54cee32b7..0927f0a4d407d086c5ba471a854a4111958fb283 100644 (file)
@@ -43,7 +43,7 @@ struct sqlca
    /* stored into a host variable.             */
 
    /*
-    * 2: if 'W' a (hopefully) non-fatal notice occured
+    * 2: if 'W' a (hopefully) non-fatal notice occurred
     */ /* 3: empty */
    /* 4: empty                     */
    /* 5: empty                     */
index 567abfa159005c67faa1759e4c6182be9bc35cf7..b09b1f7c413d9d4dfa9db6bddd910c53fd9165d7 100644 (file)
@@ -1,8 +1,8 @@
-/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.60 2003/02/14 13:17:13 meskes Exp $ */
+/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/ecpg.c,v 1.61 2003/03/10 22:28:21 tgl Exp $ */
 
 /* New main for ecpg, the PostgreSQL embedded SQL precompiler. */
 /* (C) Michael Meskes  Feb 5th, 1998 */
-/* Placed under the same license as PostgresSQL */
+/* Placed under the same license as PostgreSQL */
 
 #include "postgres_fe.h"
 
index e5f742e888edad8e85832386a860047bb650c705..4ac99fd76ab9b641c7752a197fdabeb8212ddb5e 100644 (file)
@@ -10,7 +10,7 @@
  * exceed INITIAL_EXPBUFFER_SIZE (currently 256 bytes).
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.73 2003/01/29 01:18:21 tgl Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-auth.c,v 1.74 2003/03/10 22:28:21 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -270,7 +270,7 @@ pg_an_to_ln(char *aname)
 
 
 /*
- * Various krb5 state which is not connection specfic, and a flag to
+ * Various krb5 state which is not connection specific, and a flag to
  * indicate whether we have initialised it yet.
  */
 static int pg_krb5_initialised;
index 32ef6e115a5847223caef943c3889bedbf56e6e7..d7188adf95325278ce2fa14e600b9bf1a6a530dc 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.224 2003/02/19 14:31:26 ishii Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.225 2003/03/10 22:28:21 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -210,7 +210,7 @@ char *PasswordFromFile(char *hostname, char *port, char *dbname,
  * If it is desired to connect in a synchronous (blocking) manner, use the
  * function PQconnectdb.
  *
- * To connect in an asychronous (non-blocking) manner, use the functions
+ * To connect in an asynchronous (non-blocking) manner, use the functions
  * PQconnectStart, and PQconnectPoll.
  *
  * Internally, the static functions connectDBStart, connectDBComplete
index bc18aeaf0870c8d874647da026a3d29328efdbb4..878da94cff550248bc5c4514e45fa7b3ae1fca42 100644 (file)
@@ -8,7 +8,7 @@
  *
  *
  * IDENTIFICATION
- *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.125 2003/02/19 03:59:02 momjian Exp $
+ *   $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-exec.c,v 1.126 2003/03/10 22:28:21 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -787,7 +787,7 @@ PQsendQuery(PGconn *conn, const char *query)
 
        /*
         * give the data a push, ignore the return value as ConsumeInput()
-        * will do any aditional flushing if needed
+        * will do any additional flushing if needed
         */
        pqFlush(conn);
    }
@@ -1448,7 +1448,7 @@ PQexec(PGconn *conn, const char *query)
                pqCatenateResultError(lastResult, result->errMsg);
                PQclear(result);
                result = lastResult;
-               /* Make sure PQerrorMessage agrees with catenated result */
+               /* Make sure PQerrorMessage agrees with concatenated result */
                resetPQExpBuffer(&conn->errorMessage);
                appendPQExpBufferStr(&conn->errorMessage, result->errMsg);
            }
index 338cf18385a016bb6617520a8f363dd68ef1eeea..f3be00ab6203cc9b1bb0426e96a8f14496f793bf 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: libpq-fe.h,v 1.87 2002/11/10 00:14:22 momjian Exp $
+ * $Id: libpq-fe.h,v 1.88 2003/03/10 22:28:22 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -264,7 +264,7 @@ extern void PQfreeNotify(PGnotify *notify);
 extern int PQsendQuery(PGconn *conn, const char *query);
 extern PGresult *PQgetResult(PGconn *conn);
 
-/* Routines for managing an asychronous query */
+/* Routines for managing an asynchronous query */
 extern int PQisBusy(PGconn *conn);
 extern int PQconsumeInput(PGconn *conn);
 
index c14c57011dd9acadc4355564b42164f02d4ef7c2..f0194ed0e17b945ca60295a5b22543a7bd02d240 100644 (file)
@@ -1498,7 +1498,7 @@ pgconnect(pgobject * self, PyObject * args, PyObject * dict)
        return NULL;
 
 #ifdef DEFAULT_VARS
-   /* handles defaults variables (for unintialised vars) */
+   /* handles defaults variables (for uninitialised vars) */
    if ((!pghost) && (pg_default_host != Py_None))
        pghost = PyString_AsString(pg_default_host);
 
index 82570ce0dc2603b11e34218ee76102e12d972168..544b7e3db6a552d899a15f8a9424a883a4231b9d 100644 (file)
@@ -29,7 +29,7 @@
  * MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  *
  * IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.30 2003/02/13 23:06:15 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/pl/plpython/plpython.c,v 1.31 2003/03/10 22:28:22 tgl Exp $
  *
  *********************************************************************
  */
@@ -644,8 +644,8 @@ PLy_modify_tuple(PLyProcedure * proc, PyObject * pltd, TriggerData *tdata,
                           modvalues, modnulls);
 
    /*
-    * FIXME -- these leak if not explicity pfree'd by other elog calls,
-    * no?
+    * FIXME -- these leak if not explicitly pfree'd by other elog
+    * calls, no?
     */
    pfree(modattrs);
    pfree(modvalues);