Commit 1f8b0601 authored by Fujii Masao's avatar Fujii Masao

Fix typo in comment.

Author: Masahiko Sawada
parent de438971
...@@ -56,7 +56,7 @@ static List *fetch_table_list(WalReceiverConn *wrconn, List *publications); ...@@ -56,7 +56,7 @@ static List *fetch_table_list(WalReceiverConn *wrconn, List *publications);
* *
* Since not all options can be specified in both commands, this function * Since not all options can be specified in both commands, this function
* will report an error on options if the target output pointer is NULL to * will report an error on options if the target output pointer is NULL to
* accomodate that. * accommodate that.
*/ */
static void static void
parse_subscription_options(List *options, bool *connect, bool *enabled_given, parse_subscription_options(List *options, bool *connect, bool *enabled_given,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment