Re: Patch for disaster recovery

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Patch for disaster recovery
Дата
Msg-id 200502201500.j1KF0Lo09636@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Patch for disaster recovery  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Patch for disaster recovery
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch for disaster recovery
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: Patch for disaster recovery