pg_upgrade patches applied

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: pg_upgrade patches applied
Date: 2011-01-05 14:08:49
Message-ID: 201101051408.p05E8nu19834@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have applied the attached four patches which simplify pg_upgrade
processing --- less code means fewer bugs. The commit message is at the
top of each patch.

The last patch fixes a problem where I was not migrating
pg_largeobject_metadata and its index for 9.0+ migrations, which of
course would only affect migrations to 9.1 and 9.0 to 9.0 migrations, so
I backpatched that to 9.0.

--
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
unknown_filename text/plain 57.4 KB
unknown_filename text/plain 8.0 KB
unknown_filename text/plain 14.0 KB
unknown_filename text/plain 1.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2011-01-05 14:17:06 Re: Support for negative index values in array fetching
Previous Message Robert Haas 2011-01-05 14:07:28 Re: WIP: Range Types