Skip to content
Snippets Groups Projects
Commit 8e1124ee authored by Robert Haas's avatar Robert Haas
Browse files

Delete stray word from comment.

parent 74883d33
No related branches found
No related tags found
No related merge requests found
...@@ -142,7 +142,7 @@ typedef struct AlteredTableInfo ...@@ -142,7 +142,7 @@ typedef struct AlteredTableInfo
List *constraints; /* List of NewConstraint */ List *constraints; /* List of NewConstraint */
List *newvals; /* List of NewColumnValue */ List *newvals; /* List of NewColumnValue */
bool new_notnull; /* T if we added new NOT NULL constraints */ 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 */ Oid newTableSpace; /* new tablespace; 0 means no change */
/* Objects to rebuild after completing ALTER TYPE operations */ /* Objects to rebuild after completing ALTER TYPE operations */
List *changedConstraintOids; /* OIDs of constraints to rebuild */ List *changedConstraintOids; /* OIDs of constraints to rebuild */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment