pgsql: Make initdb ignore locales for client-only encodings.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make initdb ignore locales for client-only encodings.
Date: 2011-03-22 21:21:06
Message-ID: E1Q290k-0005BZ-SH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make initdb ignore locales for client-only encodings.

While putting such entries into pg_collation is harmless (since backends
will ignore entries that don't match the database encoding), it's also
useless.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/5d1d679dbf780694673529bd864ca1e258ae50d5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Greg Stark 2011-03-22 21:44:06 Re: pgsql: Throw error for indeterminate collation of an ORDER/GROUP/DISTIN
Previous Message Tom Lane 2011-03-22 20:55:48 pgsql: Improve reporting of run-time-detected indeterminate-collation e