We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0db288 commit 6c206deCopy full SHA for 6c206de
src/backend/commands/tablecmds.c
@@ -2916,12 +2916,6 @@ RenameRelation(RenameStmt *stmt)
2916
2917
/*
2918
* RenameRelationInternal - change the name of a relation
2919
- *
2920
- * XXX - When renaming sequences, we don't bother to modify the
2921
- * sequence name that is stored within the sequence itself
2922
- * (this would cause problems with MVCC). In the future,
2923
- * the sequence name should probably be removed from the
2924
- * sequence, AFAIK there's no need for it to be there.
2925
*/
2926
void
2927
RenameRelationInternal(Oid myrelid, const char *newrelname, bool is_internal)
0 commit comments