Обсуждение: pgsql: initdb: Remove obsolete locale handling

Поиск
Список
Период
Сортировка

pgsql: initdb: Remove obsolete locale handling

От
Peter Eisentraut
Дата:
initdb: Remove obsolete locale handling

The method of passing LC_COLLATE and LC_CTYPE to the backend during
initdb is obsolete as of 61d967498802ab86d8897cb3c61740d7e9d712f6.
This can all be removed.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/eeaf2f99-a1a6-8aca-3f43-9ab0b2fb112a%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fded4773eb60541c6e7dbcf09c9bcb1cd36a063b

Modified Files
--------------
src/backend/main/main.c | 38 ++++++++++----------------------------
src/bin/initdb/initdb.c | 14 --------------
2 files changed, 10 insertions(+), 42 deletions(-)