1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00
Files
postgres/src/backend
Tom Lane 525780c622 Move autogenerated array types out of the way during ALTER ... RENAME.
Commit 9aa3c782c added code to allow CREATE TABLE/CREATE TYPE to not fail
when the desired type name conflicts with an autogenerated array type, by
dint of renaming the array type out of the way.  But I (tgl) overlooked
that the same case arises in ALTER TABLE/TYPE RENAME.  Fix that too.
Back-patch to all supported branches.

Report and patch by Vik Fearing, modified a bit by me

Discussion: https://postgr.es/m/0f4ade49-4f0b-a9a3-c120-7589f01d1eb8@2ndquadrant.com
2017-05-26 15:16:59 -04:00
..
2017-05-15 13:31:38 -04:00
2014-12-16 16:39:33 +02:00
2017-03-14 13:45:45 -04:00
2017-02-06 11:34:28 +02:00
2017-05-08 10:19:36 -04:00
2017-05-15 13:31:38 -04:00
2017-05-15 13:31:38 -04:00
2017-05-15 13:31:38 -04:00
2017-02-06 11:34:28 +02:00