Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput?
Euler Taveira <euler@eulerto.com>
From: "Euler Taveira" <euler@eulerto.com>
To: "Amit Kapila" <amit.kapila16@gmail.com>
Cc: "David Pirotte" <dpirotte@gmail.com>,
"Ashutosh Bapat" <ashutosh.bapat.oss@gmail.com>,
"Dave Cramer" <davecramer@gmail.com>,
"Michael Paquier" <michael@paquier.xyz>,
"Andres Freund" <andres@anarazel.de>,
pgsql-hackers <pgsql-hackers@postgresql.org>,
"Ashutosh Bapat" <ashutosh.bapat@enterprisedb.com>
Date: 2021-04-05T12:15:33Z
Lists: pgsql-hackers
On Mon, Apr 5, 2021, at 4:06 AM, Amit Kapila wrote: > I have made few minor changes in the attached. (a) Initialize the > streaming message callback API, (b) update docs to reflect that XID > can be sent for streaming of in-progress transactions, I see that the > same information needs to be updated for a few other protocol message > but we can do that as a separate patch (c) slightly tweaked the commit > messages Good catch. I completely forgot the streaming of in progress transactions. I agree that the documentation for transaction should be added as a separate patch since the scope is beyond this feature. -- Euler Taveira EDB https://www.enterprisedb.com/
Commits
-
Allow pgoutput to send logical decoding messages.
- ac4645c0157f 14.0 landed
-
Refactor function parse_output_parameters.
- 531737ddad21 14.0 landed