pgsql: Remove leading zeros, for consistency with other map files.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove leading zeros, for consistency with other map files.
Date: 2016-11-30 12:55:34
Message-ID: E1cC4QA-0003GR-RD@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove leading zeros, for consistency with other map files.

The common style is to pad to 4 digits.

Running the current perl scripts to generate these map files would override
this change, but the next commit will rewrite the perl scripts to produce
this style. I'm doing this as a separate commit, to make it more clear what
non-cosmetic changes the next commit makes to the map files.

Discussion: https://postgr.es/m/08e7892a-d55c-eefe-76e6-7910bc8dd1f3@iki.fi

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6c303223be34329bae2f03a87590ffa0742a65f6

Modified Files
--------------
.../utils/mb/Unicode/euc_jis_2004_to_utf8.map | 22052 +++++++++---------
.../mb/Unicode/euc_jis_2004_to_utf8_combined.map | 50 +-
.../utils/mb/Unicode/shift_jis_2004_to_utf8.map | 21936 +++++++++---------
.../utils/mb/Unicode/utf8_to_euc_jis_2004.map | 22052 +++++++++---------
.../mb/Unicode/utf8_to_euc_jis_2004_combined.map | 50 +-
.../utils/mb/Unicode/utf8_to_shift_jis_2004.map | 22542 +++++++++----------
6 files changed, 44341 insertions(+), 44341 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-11-30 14:40:39 pgsql: doc: Remove claim about large shared_buffers on Windows
Previous Message Heikki Linnakangas 2016-11-30 11:04:48 pgsql: Remove dead stuff from pgcrypto.