pgsql: Quotes in strings injected into bki file need to escaped. In par

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Quotes in strings injected into bki file need to escaped. In par
Дата
Msg-id E1QCRVx-0002pD-1G@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Quotes in strings injected into bki file need to escaped. In particular,
"People's Republic of China" locale on Windows was causing initdb to fail.

This fixes bug #5818 reported by yulei. On master, this makes the mapping
of "People's Republic of China" to just "China" obsolete. In 9.0 and 8.4,
just fix the escaping. Earlier versions didn't have locale names in bki
file.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8a6d60fd0c01671773055558b687199ede961a97

Modified Files
--------------
src/bin/initdb/initdb.c |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Quotes in strings injected into bki file need to escaped. In par
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Pg_upgrade C comment addition.