Re: pgsql: Allow pg_resetxlog -f to reset pg_control

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Re: pgsql: Allow pg_resetxlog -f to reset pg_control
Дата
Msg-id 1146074464.3120.32.camel@localhost.localdomain
обсуждение исходный текст
Ответ на pgsql: Allow pg_resetxlog -f to reset pg_control counters using xlog  (momjian@postgresql.org (Bruce Momjian))
Ответы Re: pgsql: Allow pg_resetxlog -f to reset pg_control  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
It appears to me that a line like this has been missed out for when
mode==GUESS

    ControlFile.checkPointCopy.ThisTimeLineID = 2;

(search for 514...)

The old line which guessed at
    ControlFile.checkPointCopy.ThisTimeLineID = 1;
has been removed, but with nothing to replace it, except in WAL mode.

I'd prefer to guess the TLI as 2, since that is usually one more than
where we got to previously, and much more likely to be a reasonable
value choice.

On Tue, 2006-04-25 at 23:17 -0300, Bruce Momjian wrote:
> Log Message:
> -----------
> Allow pg_resetxlog -f to reset pg_control counters using xlog
> information, and add a -r option to reset pg_control without affecting
> xlog.

>     pgsql/src/bin/pg_resetxlog:
>         pg_resetxlog.c (r1.43 -> r1.44)
>         (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/pg_resetxlog.c.diff?r1=1.43&r2=1.44)
>

--
  Simon Riggs
  EnterpriseDB          http://www.enterprisedb.com/


В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Allow pg_resetxlog -f to reset pg_control counters using xlog
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Enhanced containment selectivity function for /contrib/ltree