[PATCH 14/14] design document v2.3 and snapshot building design doc v0.2 - Mailing list pgsql-hackers

From Andres Freund
Subject [PATCH 14/14] design document v2.3 and snapshot building design doc v0.2
Date
Msg-id 1352942234-3953-14-git-send-email-andres@2ndquadrant.com
Whole thread Raw
In response to logical changeset generation v3  (andres@anarazel.de (Andres Freund))
List 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

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: [PATCH 11/14] Introduce wal decoding via catalog timetravel
Next
From: Andres Freund
Date:
Subject: [PATCH 07/14] Introduce InvalidCommandId and declare that to be the new maximum for CommandCounterIncrement