[PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes

Поиск
Список
Период
Сортировка
От Andres Freund
Тема [PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes
Дата
Msg-id 1352942234-3953-13-git-send-email-andres@2ndquadrant.com
обсуждение исходный текст
Ответ на logical changeset generation v3  (andres@anarazel.de (Andres Freund))
Ответы Re: [PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
---
 src/bin/pg_basebackup/Makefile         |   7 +-
 src/bin/pg_basebackup/pg_receivellog.c | 717 +++++++++++++++++++++++++++++++++
 src/bin/pg_basebackup/streamutil.c     |   3 +-
 src/bin/pg_basebackup/streamutil.h     |   1 +
 4 files changed, 725 insertions(+), 3 deletions(-)
 create mode 100644 src/bin/pg_basebackup/pg_receivellog.c


Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [PATCH 09/14] Adjust all *Satisfies routines to take a HeapTuple instead of a HeapTupleHeader
Следующее
От: Andres Freund
Дата:
Сообщение: [PATCH 12/14] Add a simple decoding module in contrib named 'test_decoding'