]> granicus.if.org Git - postgresql/commit
Add pg_recvlogical, a tool to receive data logical decoding data.
authorRobert Haas <rhaas@postgresql.org>
Tue, 18 Mar 2014 16:19:57 +0000 (12:19 -0400)
committerRobert Haas <rhaas@postgresql.org>
Tue, 18 Mar 2014 16:25:14 +0000 (12:25 -0400)
commit8bdd12bbf093c846c9383c205e363d6ae35f11a6
tree40fe66f3ca110b4ea6a32c981c14d1a8cd7a12f3
parent250f8a7bbe83a7dbc9618c0a506f7170ab610e4b
Add pg_recvlogical, a tool to receive data logical decoding data.

This is fairly basic at the moment, but it's at least useful for
testing and debugging, and possibly more.

Andres Freund
src/bin/pg_basebackup/.gitignore
src/bin/pg_basebackup/Makefile
src/bin/pg_basebackup/nls.mk
src/bin/pg_basebackup/pg_recvlogical.c [new file with mode: 0644]
src/bin/pg_basebackup/receivelog.c
src/bin/pg_basebackup/receivelog.h
src/bin/pg_basebackup/streamutil.c
src/bin/pg_basebackup/streamutil.h