diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-02-14 22:37:37 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-02-14 22:38:08 -0500 |
commit | 8e1124eeeb128ef87045debfeb8f24cd6dbab874 (patch) | |
tree | da4e11d9243ffeaff51da8b8771967f552c8dc26 /src/backend/commands/tablecmds.c | |
parent | 74883d33730ecb69e6f4142deb8c5882af127b32 (diff) | |
download | postgresql-8e1124eeeb128ef87045debfeb8f24cd6dbab874.tar.gz postgresql-8e1124eeeb128ef87045debfeb8f24cd6dbab874.zip |
Delete stray word from comment.
Diffstat (limited to 'src/backend/commands/tablecmds.c')
-rw-r--r-- | src/backend/commands/tablecmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c index 324d9ff9ea1..f901ecfd27f 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 */ |