mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Delete stray word from comment.
This commit is contained in:
parent
74883d3373
commit
8e1124eeeb
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user