Re: [COMMITTERS] Logical decoding - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [COMMITTERS] Logical decoding
Date
Msg-id CAB7nPqT2728pGCfkDLtBRZ=1v_=ZCPAqX6B1aj1=EJr7nOqoMw@mail.gmail.com
Whole thread Raw
In response to Re: Logical decoding  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: [COMMITTERS] Logical decoding  (Fabrízio de Royes Mello <fabriziomello@gmail.com>)
List pgsql-hackers
On Mon, Jul 11, 2016 at 2:03 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
> On 9 July 2016 at 01:57, Joshua Bay <joshuabay93@gmail.com> wrote:
>> and where are this code is in the codebase?
>
> src/backend/replication/logical/*
> src/backend/replication/walsender.c
> src/backend/access/transam/xlogreader.c
> src/include/access/xlogreader.h
> src/include/replication/output_plugin.h
> contrib/test_decoding/
> doc/src/sgml/logicaldecoding.sgml

Some other references:
https://wiki.postgresql.org/images/7/77/Fosdem-2015-logical-decoding.pdf

And some other examples of plugins:
https://github.com/leptonix/decoding-json
https://github.com/xstevens/decoderbufs
https://github.com/confluentinc/bottledwater-pg (for kafka)
https://github.com/michaelpq/pg_plugins/tree/master/decoder_raw (wrote this one)
-- 
Michael



pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: pgbench - minor fix for meta command only scripts
Next
From: Craig Ringer
Date:
Subject: Re: PSA: Systemd will kill PostgreSQL