Fix a typo in subscriptioncmd.c
Started by Masahiko Sawadaover 8 years ago2 messages
Hi,
Attached patch for $subject.
s/accomodate/accommodate/
Regards,
--
Masahiko Sawada
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
Attachments:
fix_typo_in_subscriptioncmd_c.patchapplication/octet-stream; name=fix_typo_in_subscriptioncmd_c.patchDownload
diff --git a/src/backend/commands/subscriptioncmds.c b/src/backend/commands/subscriptioncmds.c
index 6a404bb..c597a24 100644
--- a/src/backend/commands/subscriptioncmds.c
+++ b/src/backend/commands/subscriptioncmds.c
@@ -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
* will report an error on options if the target output pointer is NULL to
- * accomodate that.
+ * accommodate that.
*/
static void
parse_subscription_options(List *options, bool *connect, bool *enabled_given,
Re: Fix a typo in subscriptioncmd.c
On Wed, Apr 26, 2017 at 3:07 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
Hi,
Attached patch for $subject.
s/accomodate/accommodate/
Pushed. Thanks!
Regards,
--
Fujii Masao
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers