From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
Subject: | More pg_upgrade clarifications |
Date: | 2011-01-08 02:27:58 |
Message-ID: | 201101080227.p082RwX01842@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The attached two patches clarify pg_upgrades behavior. Specifically,
the first patch updates the C comments regarding pg_upgrade_support.
The second patch clarifies that pg_class.oid really needs preserving,
not pg_class.relfilenode. We used to use create relfilenode files to
preserve pg_class.oids, but no longer in PG >= 9.0. Also add comments
about what is being preserved, and why. This should help future
improvements.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
Attachment | Content-Type | Size |
---|---|---|
/pgpatches/relfilenode | text/x-diff | 29.8 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-01-08 02:51:37 | Re: LOCK for non-tables |
Previous Message | Greg Smith | 2011-01-08 01:59:01 | pgbench to the MAXINT |