Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput?
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: David Pirotte <dpirotte@gmail.com>, Dave Cramer <davecramer@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2020-09-24T04:22:30Z
Lists: pgsql-hackers
On Tue, Sep 08, 2020 at 12:18:23PM -0700, Andres Freund wrote: > A test verifying that a non-transactional message in later aborted > transaction is handled correctly would be good. On top of that, the patch needs a rebase as it visibly fails to apply, per the CF bot. -- Michael
Commits
-
Allow pgoutput to send logical decoding messages.
- ac4645c0157f 14.0 landed
-
Refactor function parse_output_parameters.
- 531737ddad21 14.0 landed