mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +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