[PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes - Mailing list pgsql-hackers

From Andres Freund
Subject [PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes
Date
Msg-id 1352942234-3953-13-git-send-email-andres@2ndquadrant.com
Whole thread Raw
In response to logical changeset generation v3  (andres@anarazel.de (Andres Freund))
Responses Re: [PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes  (Michael Paquier <michael.paquier@gmail.com>)
List 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


Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: [PATCH 09/14] Adjust all *Satisfies routines to take a HeapTuple instead of a HeapTupleHeader
Next
From: Andres Freund
Date:
Subject: [PATCH 12/14] Add a simple decoding module in contrib named 'test_decoding'