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 998c736 commit 4c9611eCopy full SHA for 4c9611e
src/backend/commands/tablecmds.c
@@ -3114,12 +3114,6 @@ RenameRelation(RenameStmt *stmt)
3114
3115
/*
3116
* RenameRelationInternal - change the name of a relation
3117
- *
3118
- * XXX - When renaming sequences, we don't bother to modify the
3119
- * sequence name that is stored within the sequence itself
3120
- * (this would cause problems with MVCC). In the future,
3121
- * the sequence name should probably be removed from the
3122
- * sequence, AFAIK there's no need for it to be there.
3123
*/
3124
void
3125
RenameRelationInternal(Oid myrelid, const char *newrelname, bool is_internal)
0 commit comments