diff options
| author | Andrew Dunstan | 2017-09-19 18:51:51 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2017-09-19 18:51:51 +0000 |
| commit | 890faaf1957759c6e17fbcbfd16f7cabc4a59d07 (patch) | |
| tree | 283a5b5874cc4cc54b88de26d92a04e6d73544dd /contrib/citext/expected | |
| parent | 1910353675bd149e1020b29c0fae02538fc358cd (diff) | |
Set client encoding to UTF8 for the citext regression script
Problem introduced with non-ascii characters in commit f2464997644c
and discovered on various buildfarm animals.
Diffstat (limited to 'contrib/citext/expected')
| -rw-r--r-- | contrib/citext/expected/citext.out | 2 | ||||
| -rw-r--r-- | contrib/citext/expected/citext_1.out | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/contrib/citext/expected/citext.out b/contrib/citext/expected/citext.out index 56fb0e9036..ff0a6ed588 100644 --- a/contrib/citext/expected/citext.out +++ b/contrib/citext/expected/citext.out @@ -1,6 +1,8 @@ -- -- Test citext datatype -- +--- script setup +set client_encoding = 'utf8'; CREATE EXTENSION citext; -- Check whether any of our opclasses fail amvalidate SELECT amname, opcname diff --git a/contrib/citext/expected/citext_1.out b/contrib/citext/expected/citext_1.out index 95549c5888..43a609b066 100644 --- a/contrib/citext/expected/citext_1.out +++ b/contrib/citext/expected/citext_1.out @@ -1,6 +1,8 @@ -- -- Test citext datatype -- +--- script setup +set client_encoding = 'utf8'; CREATE EXTENSION citext; -- Check whether any of our opclasses fail amvalidate SELECT amname, opcname |
