forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8aafb02

Amit Kapila
Refactor function parse_subscription_options.
Instead of using multiple parameters in parse_subscription_optionsfunction signature, use the struct SubOpts that encapsulate all thesubscription options and their values. It will be useful for future workwhere we need to add other options in the subscription. Also, use bitmapsto pass the supported and retrieve the specified options much like the wayit is done in the commita3dc926.Author: Bharath RupireddyReviewed-By: Peter Smith, Amit Kapila, Alvaro HerreraDiscussion:https://postgr.es/m/CALj2ACXtoQczfNsDQWobypVvHbX2DtgEHn8DawS0eGFwuo72kw@mail.gmail.com1 parent9ee91cc commit8aafb02
File tree
2 files changed
+207
-233
lines changed- src
- backend/commands
- tools/pgindent
2 files changed
+207
-233
lines changed0 commit comments
Comments
(0)