| From: | Noah Misch <noah(at)leadboat(dot)com> |
|---|---|
| To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
| Cc: | Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: pg_dump --binary-upgrade vs. ALTER TYPE ... DROP ATTRIBUTE |
| Date: | 2011-04-18 23:50:41 |
| Message-ID: | 20110418235041.GB2769@tornado.leadboat.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Apr 15, 2011 at 11:58:30AM -0400, Noah Misch wrote:
> When we're done with the relkind-restriction patch, I'll post a new version of
> this one. It will remove the circularity check and add a relkind check.
Here it is. Changes from tt1v1-alter-of.patch to tt1v2-alter-of.patch:
* Use transformOfType()'s relkind check in ATExecAddOf()
* Remove circularity check
* Open pg_inherits with AccessShareLock
* Fix terminology in ATExecDropOf() comment
* Rebase over pgindent changes
Changes from tt2v1-binary-upgrade.patch to tt2v2-binary-upgrade.patch:
* Rebase over dumpCompositeType() changes from commit acfa1f45
| Attachment | Content-Type | Size |
|---|---|---|
| tt1v2-alter-of.patch | text/plain | 22.3 KB |
| tt2v2-binary-upgrade.patch | text/plain | 8.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kris Jurka | 2011-04-19 01:20:30 | Re: [JDBC] JDBC connections to 9.1 |
| Previous Message | Noah Misch | 2011-04-18 23:34:05 | Re: Typed table DDL loose ends |