Re: [HACKERS] PG_UPGRADE status

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] PG_UPGRADE status
Date: 1999-09-09 16:49:25
Message-ID: 8367.936895765@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>> I _am_ contemplating a C version that would do far more than just
>> upgrades. I'm thinking of a pg_repair utility that could rebuild and
>> repair the on-disk structures. It would also facilitate database
>> recovery after a crash -- might be a real bear to do right. Comments?

> A bear.

Indeed, but also an incredibly valuable contribution if you can pull it
off. If you want to tackle this task, don't let us discourage you!

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-09-09 17:05:01 Re: [HACKERS] PG_UPGRADE status?
Previous Message Tom Lane 1999-09-09 16:36:59 Re: [HACKERS] Vacuum analyze bug CAUGHT