mirror of
https://github.com/postgres/postgres.git
synced 2025-12-10 14:22:35 +03:00
Fix typo in message
I introduced the typo in source code in the course of 75445c1515.
Repair.
This commit is contained in:
@@ -53,7 +53,7 @@ ERROR: connect = false and enabled = true are mutually exclusive options
|
||||
CREATE SUBSCRIPTION testsub2 CONNECTION 'dbname=doesnotexist' PUBLICATION testpub WITH (connect = false, create_slot = true);
|
||||
ERROR: connect = false and create_slot = true are mutually exclusive options
|
||||
CREATE SUBSCRIPTION testsub2 CONNECTION 'dbname=doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, enabled = true);
|
||||
ERROR: slot_name = NONE and enable = true are mutually exclusive options
|
||||
ERROR: slot_name = NONE and enabled = true are mutually exclusive options
|
||||
CREATE SUBSCRIPTION testsub2 CONNECTION 'dbname=doesnotexist' PUBLICATION testpub WITH (slot_name = NONE, create_slot = true);
|
||||
ERROR: slot_name = NONE and create_slot = true are mutually exclusive options
|
||||
CREATE SUBSCRIPTION testsub2 CONNECTION 'dbname=doesnotexist' PUBLICATION testpub WITH (slot_name = NONE);
|
||||
|
||||
Reference in New Issue
Block a user