summaryrefslogtreecommitdiff
path: root/contrib/unaccent/expected/unaccent.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unaccent/expected/unaccent.out')
-rw-r--r--contrib/unaccent/expected/unaccent.out9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/unaccent/expected/unaccent.out b/contrib/unaccent/expected/unaccent.out
index cef98ee60c..ee0ac71a1c 100644
--- a/contrib/unaccent/expected/unaccent.out
+++ b/contrib/unaccent/expected/unaccent.out
@@ -1,12 +1,3 @@
--- unaccent is broken if the default collation is provided by ICU and
--- LC_CTYPE=C
-SELECT current_setting('lc_ctype') = 'C' AND
- (SELECT datlocprovider='i' FROM pg_database
- WHERE datname=current_database())
- AS skip_test \gset
-\if :skip_test
-\quit
-\endif
CREATE EXTENSION unaccent;
-- must have a UTF8 database
SELECT getdatabaseencoding();