1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-11 20:28:21 +03:00

Remove obsolete comment

The sequence name is no longer stored in the sequence relation, since
1753b1b027.
This commit is contained in:
Peter Eisentraut
2018-08-13 21:07:31 +02:00
parent e0db288abf
commit 6c206de559

View File

@ -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)