Refactor function parse_output_parameters.
Amit Kapila <akapila@postgresql.org>
Refactor function parse_output_parameters. Instead of using multiple parameters in parse_ouput_parameters function signature, use the struct PGOutputData that encapsulates all pgoutput options. It will be useful for future work where we need to add other options in pgoutput. Author: Euler Taveira Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/CADK3HHJ-+9SO7KuRLH=9Wa1rAo60Yreq1GFNkH_kd0=CdaWM+A@mail.gmail.com
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/replication/pgoutput/pgoutput.c | modified | +9 −15 |
| src/include/replication/pgoutput.h | modified | +1 −0 |
Discussion
- Any objections to implementing LogicalDecodeMessageCB for pgoutput? 18 messages · 2020-07-24 → 2021-04-07