diff options
| author | Robert Haas | 2011-02-15 03:37:37 +0000 |
|---|---|---|
| committer | Robert Haas | 2011-02-15 03:38:08 +0000 |
| commit | 8e1124eeeb128ef87045debfeb8f24cd6dbab874 (patch) | |
| tree | da4e11d9243ffeaff51da8b8771967f552c8dc26 | |
| parent | 74883d33730ecb69e6f4142deb8c5882af127b32 (diff) | |
Delete stray word from comment.
| -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 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 */ |
