diff -U3 /Users/admin/pgsql/contrib/unaccent/expected/unaccent.out /Users/admin/pgsql/build/testrun/unaccent/regress/results/unaccent.out --- /Users/admin/pgsql/contrib/unaccent/expected/unaccent.out 2024-04-24 15:04:31 +++ /Users/admin/pgsql/build/testrun/unaccent/regress/results/unaccent.out 2024-04-24 15:08:42 @@ -8,8 +8,10 @@ \quit \endif CREATE EXTENSION unaccent; +WARNING: duplicate source strings, first one will be used SET client_encoding TO 'UTF8'; SELECT unaccent('foobar'); +WARNING: duplicate source strings, first one will be used unaccent ---------- foobar