[PATCH 12/14] Add a simple decoding module in contrib named 'test_decoding'

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH 12/14] Add a simple decoding module in contrib named 'test_decoding'
Date: 2012-11-15 01:17:12
Message-ID: 1352942234-3953-12-git-send-email-andres@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

---
contrib/Makefile | 1 +
contrib/test_decoding/Makefile | 16 +++
contrib/test_decoding/test_decoding.c | 192 ++++++++++++++++++++++++++++++++++
3 files changed, 209 insertions(+)
create mode 100644 contrib/test_decoding/Makefile
create mode 100644 contrib/test_decoding/test_decoding.c

Attachment Content-Type Size
0012-Add-a-simple-decoding-module-in-contrib-named-test_d.patch text/x-patch 6.2 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2012-11-15 01:17:13 [PATCH 13/14] Introduce pg_receivellog, the pg_receivexlog equivalent for logical changes
Previous Message Andres Freund 2012-11-15 01:17:11 [PATCH 11/14] Introduce wal decoding via catalog timetravel