[PATCH 14/14] design document v2.3 and snapshot building design doc v0.2

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH 14/14] design document v2.3 and snapshot building design doc v0.2
Date: 2012-11-15 01:17:14
Message-ID: 1352942234-3953-14-git-send-email-andres@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

---
src/backend/replication/logical/DESIGN.txt | 603 +++++++++++++++++++++
src/backend/replication/logical/Makefile | 6 +
.../replication/logical/README.SNAPBUILD.txt | 298 ++++++++++
3 files changed, 907 insertions(+)
create mode 100644 src/backend/replication/logical/DESIGN.txt
create mode 100644 src/backend/replication/logical/README.SNAPBUILD.txt

Attachment Content-Type Size
0014-design-document-v2.3-and-snapshot-building-design-do.patch text/x-patch 41.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2012-11-15 01:26:53 Re: logical changeset generation v3 - git repository
Previous Message Andres Freund 2012-11-15 01:17:13 [PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes