mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
This commit is contained in:
@ -2609,7 +2609,7 @@ SELECT citext_pattern_ge('b'::citext, 'A'::citext) AS true;
|
||||
t
|
||||
(1 row)
|
||||
|
||||
-- Multi-byte tests below are diabled like the sanity tests above.
|
||||
-- Multi-byte tests below are disabled like the sanity tests above.
|
||||
-- Uncomment to run them.
|
||||
-- Test ~<~ and ~<=~
|
||||
SELECT 'a'::citext ~<~ 'B'::citext AS t;
|
||||
|
@ -2609,7 +2609,7 @@ SELECT citext_pattern_ge('b'::citext, 'A'::citext) AS true;
|
||||
t
|
||||
(1 row)
|
||||
|
||||
-- Multi-byte tests below are diabled like the sanity tests above.
|
||||
-- Multi-byte tests below are disabled like the sanity tests above.
|
||||
-- Uncomment to run them.
|
||||
-- Test ~<~ and ~<=~
|
||||
SELECT 'a'::citext ~<~ 'B'::citext AS t;
|
||||
|
@ -810,7 +810,7 @@ SELECT citext_pattern_ge('b'::citext, 'a'::citext) AS true;
|
||||
SELECT citext_pattern_ge('B'::citext, 'a'::citext) AS true;
|
||||
SELECT citext_pattern_ge('b'::citext, 'A'::citext) AS true;
|
||||
|
||||
-- Multi-byte tests below are diabled like the sanity tests above.
|
||||
-- Multi-byte tests below are disabled like the sanity tests above.
|
||||
-- Uncomment to run them.
|
||||
|
||||
-- Test ~<~ and ~<=~
|
||||
|
Reference in New Issue
Block a user