Logical decoding - Mailing list pgsql-committers

From Joshua Bay
Subject Logical decoding
Date
Msg-id CABb-U3YYmhRPFc5RJ5OVL-CwEzVLZLc-rcPGcLWPLJeWJVBQPg@mail.gmail.com
Whole thread Raw
Responses Re: [HACKERS] Logical decoding  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-committers

Hi,


I have a question about logical decoding of Postgres.


where are the entry points to logical decoding? 

Specifically, we want to know whether logical decoding happens immediately after commit, or whether there is a polling thread that scans the Write Ahead Log and then dumps to the special table?

and where are this code is in the codebase?

Thanks,
Joshua

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix TAP tests and MSVC scripts for pathnames with spaces.
Next
From: Tom Lane
Date:
Subject: pgsql: Revert "Add some temporary code to record stack usage at server