pgsql: Set client encoding explicitly in plpython_unicode test

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Set client encoding explicitly in plpython_unicode test
Дата
Msg-id E1QBAd6-0000zd-5h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Set client encoding explicitly in plpython_unicode test

This will (hopefully) eliminate the need for the
plpython_unicode_0.out expected file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5809a6458450a59f8c4a7a25beaefc81cff563d1

Modified Files
--------------
src/pl/plpython/expected/README                 |    3 +-
src/pl/plpython/expected/plpython_unicode.out   |    1 +
src/pl/plpython/expected/plpython_unicode_0.out |   50 -----------------------
src/pl/plpython/expected/plpython_unicode_3.out |    1 +
src/pl/plpython/sql/plpython_unicode.sql        |    2 +
5 files changed, 5 insertions(+), 52 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Prevent incorrect updates of pg_index while reindexing pg_index
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Clean up collation processing in prepunion.c.