Skip to content
Snippets Groups Projects
Commit 610abfd5 authored by Tom Lane's avatar Tom Lane
Browse files

Do table renaming in a sane order: physical file rename must happen

*last*, after all updating of system catalogs.  In old code, an error
detected during TypeRename left the relation hosed.  Also, add a call
to flush the relation's relcache entry, rather than trusting to shared
cache invalidation to flush it for us.
parent 445f1acf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment