We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6e98f commit 3ebdd21Copy full SHA for 3ebdd21
src/backend/commands/tablecmds.c
@@ -3140,12 +3140,6 @@ RenameRelation(RenameStmt *stmt)
3140
3141
/*
3142
* RenameRelationInternal - change the name of a relation
3143
- *
3144
- * XXX - When renaming sequences, we don't bother to modify the
3145
- * sequence name that is stored within the sequence itself
3146
- * (this would cause problems with MVCC). In the future,
3147
- * the sequence name should probably be removed from the
3148
- * sequence, AFAIK there's no need for it to be there.
3149
*/
3150
void
3151
RenameRelationInternal(Oid myrelid, const char *newrelname, bool is_internal)
0 commit comments