summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2018-08-13 21:07:31 +0200
committerPeter Eisentraut <peter_e@gmx.net>2018-08-13 21:08:15 +0200
commit6c206de559d40641dc0357fdae2003bfc7b015ad (patch)
tree99dbbcf327c9248e85bcd59461b7824e3c668a66 /src
parente0db288abfa8cfd2e471017441e401e8f92aeda7 (diff)
Remove obsolete comment
The sequence name is no longer stored in the sequence relation, since 1753b1b027035029c2a2a1649065762fafbf63f3.
Diffstat (limited to 'src')
-rw-r--r--src/backend/commands/tablecmds.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/backend/commands/tablecmds.c b/src/backend/commands/tablecmds.c
index f4745f3a9a4..5b5017bbd8b 100644
--- a/src/backend/commands/tablecmds.c
+++ b/src/backend/commands/tablecmds.c
@@ -2916,12 +2916,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)