1
0
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:
Robert Haas
2010-07-20 01:22:52 +00:00
parent 5ffaa9005c
commit 0e22e08fe5
2 changed files with 8 additions and 8 deletions

View File

@@ -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;