mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Stop using spelling "nonexistant".
The documentation used "nonexistent" exclusively, and the source tree used it three times as often as "nonexistant".
This commit is contained in:
@ -17,8 +17,8 @@ HINT: Replication slot names may only contain lower case letters, numbers, and
|
||||
SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar');
|
||||
ERROR: could not parse value "frakbar" for parameter "include-xids"
|
||||
CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback
|
||||
SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'nonexistant-option', 'frakbar');
|
||||
ERROR: option "nonexistant-option" = "frakbar" is unknown
|
||||
SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'nonexistent-option', 'frakbar');
|
||||
ERROR: option "nonexistent-option" = "frakbar" is unknown
|
||||
CONTEXT: slot "regression_slot", output plugin "test_decoding", in the startup callback
|
||||
SELECT 'init' FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', 'frakbar');
|
||||
ERROR: could not parse value "frakbar" for parameter "include-xids"
|
||||
|
Reference in New Issue
Block a user