Skip to content

Commit 6c206de

Browse files
committed
Remove obsolete comment
The sequence name is no longer stored in the sequence relation, since 1753b1b.
1 parent e0db288 commit 6c206de

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/backend/commands/tablecmds.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,12 +2916,6 @@ RenameRelation(RenameStmt *stmt)
29162916

29172917
/*
29182918
* 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.
29252919
*/
29262920
void
29272921
RenameRelationInternal(Oid myrelid, const char *newrelname, bool is_internal)

0 commit comments

Comments
 (0)