Re: [PATCH] Provide more information to filter_prepare
Markus Wanner <markus.wanner@enterprisedb.com>
From: Markus Wanner <markus.wanner@enterprisedb.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Cc: Ajin Cherian <itsajin@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>
Date: 2021-03-25T08:36:58Z
Lists: pgsql-hackers
Attachments
- 0001-add-xid-arg-to-filter_prepare_v3.patch (text/x-patch) patch v3-0001
On 22.03.21 09:50, Markus Wanner wrote: > thank you for reconsidering this patch. I updated it to include the > required adjustments to the documentation. Please review. I tweaked the wording in the docs a bit, resulting in a v3 of this patch. Regards Markus
Commits
-
Add a xid argument to the filter_prepare callback for output plugins.
- f64ea6dc5c8c 14.0 landed