aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/postgresql/patches/unicode.sql.patch
blob: c89a1e5e67b1eeaf4849cd775cfe5800703ce263 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- unicode.sql	(645054971474b440c91194f741c40b6d7be0b93d)
+++ unicode.sql	(8a1083b9b852a7dbb540208bd92787ee92f311f7)
@@ -1,8 +1,3 @@
-SELECT getdatabaseencoding() <> 'UTF8' AS skip_test \gset
-\if :skip_test
-\quit
-\endif
-
 SELECT U&'\0061\0308bc' <> U&'\00E4bc' COLLATE "C" AS sanity_check;
 
 SELECT normalize('');