pgsql: pg_char_to_encoding() was redundant in initdb because

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_char_to_encoding() was redundant in initdb because
Date: 2007-03-29 22:46:43
Message-ID: 20070329224643.375399FB980@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
pg_char_to_encoding() was redundant in initdb because
pg_valid_server_encoding() returns the same result if the encoding is
valid.

ITAGAKI Takahiro

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.135 -> r1.136)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.135&r2=1.136)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-03-30 00:12:59 pgsql: Fix oversight in coding of _bt_start_vacuum: we can't assume that
Previous Message Bruce Momjian 2007-03-29 21:44:39 pgsql: Add to: * Reduce storage space for small NUMERICs >