pgsql: Quotes in strings injected into bki file need to escaped. In par - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Quotes in strings injected into bki file need to escaped. In par
Date
Msg-id E1QCRVx-0002pA-3B@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2b919118c2511c7741c21f325d2ca4f270aa3aba

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


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Quotes in strings injected into bki file need to escaped. In par
Next
From: Bruce Momjian
Date:
Subject: pgsql: Pg_upgrade C comment addition.