Re: Enderbury Island disappeared from timezone database
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Victor Wagner <vitus@wagner.pp.ru>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2023-10-27T14:25:57Z
Lists: pgsql-hackers
Victor Wagner <vitus@wagner.pp.ru> writes: > I've encountered following problem compiling PostgreSQL 15.4 with just > released Ubuntu 23.10. > I'm compiling postgres with --with-system-tzdata and then regression > test sysviews fails with following diff: > +ERROR: time zone "Pacific/Enderbury" not recognized > +DETAIL: This time zone name appears in the configuration file for time zone abbreviation "phot". Hmph. Pacific/Enderbury is still defined according to tzdata 2023c, which is the latest release: $ grep Enderbury src/timezone/data/tzdata.zi L Pacific/Kanton Pacific/Enderbury Did Ubuntu decide to remove *all* backzone links from their data? Or just that one? Either way, I think they're going to get a tsunami of pushback pretty quickly. People like their obsolete zone names. regards, tom lane
Commits
-
Remove PHOT from our default timezone abbreviations list.
- 64fc5e005421 11.22 landed
- 7180bb827bf5 12.17 landed
- d946128734b6 13.13 landed
- 877e7b4b9c99 14.10 landed
- 85b98a70bbea 15.5 landed
- d1537afe3e6e 16.1 landed
- 5fd3e06f6ad1 17.0 landed