diff options
author | Amit Kapila <akapila@postgresql.org> | 2021-07-06 07:46:50 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2021-07-06 07:46:50 +0530 |
commit | 8aafb02616753f5c6c90bbc567636b73c0cbb9d4 (patch) | |
tree | 98d4aac94c7d7ced584cc8e131971fbca895b744 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 9ee91cc583802c6507fbc31c348a79e63a10f956 (diff) | |
download | postgresql-8aafb02616753f5c6c90bbc567636b73c0cbb9d4.tar.gz postgresql-8aafb02616753f5c6c90bbc567636b73c0cbb9d4.zip |
Refactor function parse_subscription_options.
Instead of using multiple parameters in parse_subscription_options
function signature, use the struct SubOpts that encapsulate all the
subscription options and their values. It will be useful for future work
where we need to add other options in the subscription. Also, use bitmaps
to pass the supported and retrieve the specified options much like the way
it is done in the commit a3dc926009.
Author: Bharath Rupireddy
Reviewed-By: Peter Smith, Amit Kapila, Alvaro Herrera
Discussion: https://postgr.es/m/CALj2ACXtoQczfNsDQWobypVvHbX2DtgEHn8DawS0eGFwuo72kw@mail.gmail.com
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions