Commit 3ebdd21b authored by Peter Eisentraut's avatar Peter Eisentraut

Remove obsolete comment

The sequence name is no longer stored in the sequence relation, since
1753b1b0.
parent 1e6e98f7
...@@ -3140,12 +3140,6 @@ RenameRelation(RenameStmt *stmt) ...@@ -3140,12 +3140,6 @@ RenameRelation(RenameStmt *stmt)
/* /*
* RenameRelationInternal - change the name of a relation * 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 void
RenameRelationInternal(Oid myrelid, const char *newrelname, bool is_internal) RenameRelationInternal(Oid myrelid, const char *newrelname, bool is_internal)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment