]> granicus.if.org Git - postgresql/commitdiff
Remove obsolete comment
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 13 Aug 2018 19:07:31 +0000 (21:07 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 13 Aug 2018 19:07:31 +0000 (21:07 +0200)
The sequence name is no longer stored in the sequence relation, since
1753b1b027035029c2a2a1649065762fafbf63f3.

src/backend/commands/tablecmds.c

index cef663284078fb0d47b5383a087336c452a9aca0..f6210226e981aa7010eb5548f59822b9565bc5f3 100644 (file)
@@ -3140,12 +3140,6 @@ RenameRelation(RenameStmt *stmt)
 
 /*
  *             RenameRelationInternal - change the name of a relation
- *
- *             XXX - When renaming sequences, we don't bother to modify the
- *                       sequence name that is stored within the sequence itself
- *                       (this would cause problems with MVCC). In the future,
- *                       the sequence name should probably be removed from the
- *                       sequence, AFAIK there's no need for it to be there.
  */
 void
 RenameRelationInternal(Oid myrelid, const char *newrelname, bool is_internal)