mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
Make hstore regression tests independent of standard_conforming_strings.
Per buildfarm.
This commit is contained in:
@@ -48,10 +48,10 @@ select 'aa=>null'::hstore;
|
||||
select 'aa=>NuLl'::hstore;
|
||||
select 'aa=>"NuLl"'::hstore;
|
||||
|
||||
select '\\=a=>q=w'::hstore;
|
||||
select '"=a"=>q\\=w'::hstore;
|
||||
select '"\\"a"=>q>w'::hstore;
|
||||
select '\\"a=>q"w'::hstore;
|
||||
select e'\\=a=>q=w'::hstore;
|
||||
select e'"=a"=>q\\=w'::hstore;
|
||||
select e'"\\"a"=>q>w'::hstore;
|
||||
select e'\\"a=>q"w'::hstore;
|
||||
|
||||
select ''::hstore;
|
||||
select ' '::hstore;
|
||||
|
||||
Reference in New Issue
Block a user