Re: pg_xlogdump --stats

Поиск
Список
Период
Сортировка
От Abhijit Menon-Sen
Тема Re: pg_xlogdump --stats
Дата
Msg-id 20140919100937.GA24243@toroid.org
обсуждение исходный текст
Ответ на Re: pg_xlogdump --stats  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: pg_xlogdump --stats  (Abhijit Menon-Sen <ams@2ndQuadrant.com>)
Re: pg_xlogdump --stats  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
I've attached the revised patch, split up differently:

1. Introduce rm_identify, change rm_desc, glue the two together in
   xlog.c
2. Introduce pg_xlogdump --stats[=record].

The requested changes (16, filter, z:, UNKNOWN) are included. The
grammar nitpicking and rebase cruft is^Ware^Wain't included.

I ran Postgres with WAL_DEBUG for a while, and I ran pg_xlogdump with
--stats (and --stats=rmgr) and --stats=record with and without a few
different variants of "-r heap". Everything looked OK to me.

I hope I didn't miss anything this time.

-- Abhijit

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: GCC memory barriers are missing "cc" clobbers
Следующее
От: Abhijit Menon-Sen
Дата:
Сообщение: Re: pg_xlogdump --stats