From a100974751baec7e13a527bf0c378ce8ef2787b6 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Tue, 28 May 2019 17:34:38 -0400 Subject: Fix typo in message I introduced the typo in source code in the course of 75445c1515ff. Repair. --- src/backend/commands/subscriptioncmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend') diff --git a/src/backend/commands/subscriptioncmds.c b/src/backend/commands/subscriptioncmds.c index 26c06e10e7c..f13dce90a11 100644 --- a/src/backend/commands/subscriptioncmds.c +++ b/src/backend/commands/subscriptioncmds.c @@ -231,7 +231,7 @@ parse_subscription_options(List *options, bool *connect, bool *enabled_given, (errcode(ERRCODE_SYNTAX_ERROR), /*- translator: both %s are strings of the form "option = value" */ errmsg("%s and %s are mutually exclusive options", - "slot_name = NONE", "enable = true"))); + "slot_name = NONE", "enabled = true"))); if (create_slot && create_slot_given && *create_slot) ereport(ERROR, -- cgit v1.2.3