Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput?

David Steele <david@pgmasters.net>

From: David Steele <david@pgmasters.net>
To: Euler Taveira <euler.taveira@2ndquadrant.com>, David Pirotte <dpirotte@gmail.com>
Cc: Ashutosh Bapat <ashutosh.bapat.oss@gmail.com>, Dave Cramer <davecramer@gmail.com>, Michael Paquier <michael@paquier.xyz>, Andres Freund <andres@anarazel.de>, PostgreSQL-development <pgsql-hackers@postgresql.org>, ashutosh.bapat@enterprisedb.com
Date: 2021-03-09T14:28:45Z
Lists: pgsql-hackers
Hi David,

On 11/24/20 10:28 PM, Euler Taveira wrote:
> 
> I also reviewed your patch. This feature would be really useful for 
> replication
> scenarios. Supporting this feature means that you don't need to use a 
> table to
> pass messages from one node to another one. Here are a few comments/ideas.

Do you know when you'll have a chance to look at Euler's suggestions? 
Also, have Andres' suggestions/concerns upthread been addressed?

Marked Waiting on Author.

Regards,
-- 
-David
david@pgmasters.net



Commits

  1. Allow pgoutput to send logical decoding messages.

  2. Refactor function parse_output_parameters.