mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix typo in message
I introduced the typo in source code in the course of 75445c1515
.
Repair.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user