]> granicus.if.org Git - postgresql/commitdiff
Delete stray word from comment.
authorRobert Haas <rhaas@postgresql.org>
Tue, 15 Feb 2011 03:37:37 +0000 (22:37 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 15 Feb 2011 03:38:08 +0000 (22:38 -0500)
src/backend/commands/tablecmds.c

index 324d9ff9ea1d3e67813ffd0eeb24d8e972ee6145..f901ecfd27f76608a71d693c380795ab40766bf1 100644 (file)
@@ -142,7 +142,7 @@ typedef struct AlteredTableInfo
        List       *constraints;        /* List of NewConstraint */
        List       *newvals;            /* List of NewColumnValue */
        bool            new_notnull;    /* T if we added new NOT NULL constraints */
-       bool            rewrite;                /* T if we a rewrite is forced */
+       bool            rewrite;                /* T if a rewrite is forced */
        Oid                     newTableSpace;  /* new tablespace; 0 means no change */
        /* Objects to rebuild after completing ALTER TYPE operations */
        List       *changedConstraintOids;      /* OIDs of constraints to rebuild */