pgsql: Ensure that distributed timezone abbreviation files are plain AS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Ensure that distributed timezone abbreviation files are plain AS
Date: 2020-07-17 15:05:32
Message-ID: E1jwRvY-0004iE-BR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Ensure that distributed timezone abbreviation files are plain ASCII.

We had two occurrences of "Mitteleuropäische Zeit" in Europe.txt,
though the corresponding entries in Default were spelled
"Mitteleuropaeische Zeit". Standardize on the latter spelling to
avoid questions of which encoding to use.

While here, correct a couple of other trivial inconsistencies between
the Default file and the supposedly-matching entries in the *.txt
files, as exposed by some checking with comm(1). Also, add BDST to
the Europe.txt file; it previously was only listed in Default.
None of this has any direct functional effect.

Per complaint from Christoph Berg. As usual for timezone data patches,
apply to all branches.

Discussion: https://postgr.es/m/20200716100743.GE3534683@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7fe3083f4cc9cb213f99deecf1bf775a9270b3b2

Modified Files
--------------
src/timezone/tznames/Antarctica.txt | 2 +-
src/timezone/tznames/Australia.txt | 4 ++--
src/timezone/tznames/Default | 4 ++--
src/timezone/tznames/Europe.txt | 5 +++--
4 files changed, 8 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-07-17 16:51:37 pgsql: Avoid CREATE INDEX unique index deduplication.
Previous Message Peter Eisentraut 2020-07-17 13:20:05 pgsql: Fix whitespace