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-20 23:20:30 +++ /Users/admin/pgsql/build/testrun/unaccent/regress/results/unaccent.out 2024-04-20 23:24:27 @@ -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