Re: Patch for disaster recovery

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Patch for disaster recovery
Date: 2005-02-20 06:01:27
Message-ID: 11675.1108879287@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> + /* This is to be used only for disaster recovery and requires serious analysis. */
> + #ifdef MAKE_ALL_TUPLES_VISIBLE
> + return true;
> + #endif

If this requires serious analysis, why did you install the patch without
any public discussion?

I cannot imagine any situation where this wouldn't break things beyond
belief, and so I request that you revert the patch until you've provided
a real example in which it would help.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Michael Fuhr 2005-02-20 06:07:55 Re: Patch for disaster recovery
Previous Message Michael Fuhr 2005-02-20 05:56:46 Re: Patch for disaster recovery