From: Robert Haas Date: Tue, 15 Feb 2011 03:37:37 +0000 (-0500) Subject: Delete stray word from comment. X-Git-Tag: REL9_1_ALPHA4~188 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e1124eeeb128ef87045debfeb8f24cd6dbab874;p=postgresql Delete stray word from comment. --- diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index 324d9ff9ea..f901ecfd27 100644 --- a/src/backend/commands/tablecmds.c +++ b/src/backend/commands/tablecmds.c @@ -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 */