wal_decoding: test_decoding: Add a simple decoding module in contrib
authorAndres Freund <andres@anarazel.de>
Sun, 11 Nov 2012 12:01:52 +0000 (13:01 +0100)
committerAndres Freund <andres@anarazel.de>
Fri, 17 May 2013 16:40:25 +0000 (18:40 +0200)
commit7aa39028269fbac3766f73138cfa64099787331d
tree9003381b114238a73df4f143d06c89673e276156
parente8eddd40d941dd6bb15505dda975b830005bc006
wal_decoding: test_decoding: Add a simple decoding module in contrib

This is mostly useful for testing, demonstration and documentation purposes.
contrib/Makefile
contrib/test_decoding/Makefile [new file with mode: 0644]
contrib/test_decoding/test_decoding.c [new file with mode: 0644]