pgsql: Allow pg_upgrade with PGCLIENTENCODING set

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Allow pg_upgrade with PGCLIENTENCODING set
Дата
Msg-id E1Q7s1X-0006it-Iw@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow pg_upgrade with PGCLIENTENCODING set

This used to work, but since PGCLIENTENCODING is now a connection
option variable, pg_upgrade would prevent it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1eb2231fc46bbfa85b47c19d88f72162b323aa51

Modified Files
--------------
contrib/pg_upgrade/server.c |   25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix SortTocFromFile() to cope with lines that are too long for i
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix plpgsql's issues with dropped columns in rowtypes in 8.4 bra