Re: Anybody care about having the verbose form of the tzdata files?
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Date: 2017-11-22T00:21:03Z
Lists: pgsql-hackers
On Tue, Nov 21, 2017 at 6:28 PM, Daniel Gustafsson <daniel@yesql.se> wrote: >> On 20 Nov 2017, at 21:38, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Anybody here actually care about reading the zone data files? > > I doubt there is anyone who cares about that who isn’t already consuming the > upstream data. Perhaps I do. If this set of files gets removed and replaced by the zi file, is it possible to still know easily which files are being removed during a minor upgrade? When doing minor upgrades of a MSI installer (Windows, yeah!), I need to keep track of files that get deleted or a minor upgrade would simply fail. The tweak that I have is to list them and recreate them as empty. The thing is ugly as hell, but I need to be able to track which files are being removed easily. And as far as I am checking, for example taking the rather recent example of Riyadh87 in commit e04641f4, src/timezone/data allows to keep easily track of files removed. If this gets removed, I am pretty convinced that this tracking gets more complicated. -- Michael
Commits
-
Replace raw timezone source data with IANA's new compact format.
- d46f691581e5 9.3.21 landed
- 10aa064c953e 9.4.16 landed
- 1a14b763ef43 9.5.11 landed
- 0a7e95181045 9.6.7 landed
- 097b24cea68a 10.2 landed
- 7cce222c965d 11.0 landed
-
Update time zone data files to tzdata release 2013i.
- e04641f4b4d1 9.4.0 cited