projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74883d3
)
Delete stray word from comment.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 15 Feb 2011 03:37:37 +0000
(22:37 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 15 Feb 2011 03:38:08 +0000
(22:38 -0500)
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index 324d9ff9ea1d3e67813ffd0eeb24d8e972ee6145..f901ecfd27f76608a71d693c380795ab40766bf1 100644
(file)
--- 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 */