We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74883d3 commit 8e1124eCopy full SHA for 8e1124e
src/backend/commands/tablecmds.c
@@ -142,7 +142,7 @@ typedef struct AlteredTableInfo
142
List *constraints; /* List of NewConstraint */
143
List *newvals; /* List of NewColumnValue */
144
bool new_notnull; /* T if we added new NOT NULL constraints */
145
- bool rewrite; /* T if we a rewrite is forced */
+ bool rewrite; /* T if a rewrite is forced */
146
Oid newTableSpace; /* new tablespace; 0 means no change */
147
/* Objects to rebuild after completing ALTER TYPE operations */
148
List *changedConstraintOids; /* OIDs of constraints to rebuild */
0 commit comments