Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ebdd21

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

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
@@ -3140,12 +3140,6 @@ RenameRelation(RenameStmt *stmt)
31403140

31413141
/*
31423142
* 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.
31493143
*/
31503144
void
31513145
RenameRelationInternal(Oid myrelid, const char *newrelname, bool is_internal)

0 commit comments

Comments
 (0)