Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0db288
)
Remove obsolete comment
author
Peter Eisentraut
<peter_e@gmx.net>
Mon, 13 Aug 2018 19:07:31 +0000
(21:07 +0200)
committer
Peter Eisentraut
<peter_e@gmx.net>
Mon, 13 Aug 2018 19:08:15 +0000
(21:08 +0200)
The sequence name is no longer stored in the sequence relation, since
1753b1b027035029c2a2a1649065762fafbf63f3
.
src/backend/commands/tablecmds.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/commands/tablecmds.c
b/src/backend/commands/tablecmds.c
index f4745f3a9a43cb5ebe664d27ea5d583755dc9dd9..5b5017bbd8b716052ef6bc6ef0fb63b8da6ec4da 100644
(file)
--- 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)