initdb: Remove obsolete locale handling

Peter Eisentraut <peter@eisentraut.org>

Commit: fded4773eb60541c6e7dbcf09c9bcb1cd36a063b
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-08-14T04:51:13Z
Releases: 13.0
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

Files

PathChange+/−
src/backend/main/main.c modified +10 −28
src/bin/initdb/initdb.c modified +0 −14

Discussion