Re: Patch for disaster recovery - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Patch for disaster recovery
Date
Msg-id 200502201500.j1KF0Lo09636@candle.pha.pa.us
Whole thread Raw
In response to Re: Patch for disaster recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Patch for disaster recovery
List pgsql-patches
Tom Lane wrote:
> Not sure where this leads to, but it's not leading to an undocumented
> one-line hack in tqual.c, and definitely not *that* one-line hack.

Sorry, here is the proper change I just applied:

/* This is to be used only for disaster recovery and requires serious analysis. */
#ifndef MAKE_ALL_TUPLES_VISIBLE
    return false;
#else
    return true;
#endif

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch for disaster recovery
Next
From: Bruno Wolff III
Date:
Subject: Re: Patch for disaster recovery