[PATCH 4/8] add simple xlogdump tool

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [PATCH 4/8] add simple xlogdump tool
Дата
Msg-id 1347669575-14371-4-git-send-email-andres@2ndquadrant.com
обсуждение исходный текст
Ответ на [RFC][PATCH] wal decoding, attempt #2  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: [PATCH 4/8] add simple xlogdump tool
Список pgsql-hackers
---
 src/bin/Makefile            |   2 +-
 src/bin/xlogdump/Makefile   |  25 ++++
 src/bin/xlogdump/xlogdump.c | 334 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 360 insertions(+), 1 deletion(-)
 create mode 100644 src/bin/xlogdump/Makefile
 create mode 100644 src/bin/xlogdump/xlogdump.c


Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [PATCH 1/8] Add embedded list interface (header only)
Следующее
От: Andres Freund
Дата:
Сообщение: [PATCH 7/8] Make InvalidateSystemCaches public