]> granicus.if.org Git - postgresql/commit
Install the "posixrules" timezone link in MSVC builds.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 May 2017 15:57:41 +0000 (11:57 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 May 2017 15:57:41 +0000 (11:57 -0400)
commit62a2883129ab8e474ae342b7f554cf8a28eea198
treeeca964037b941040fa648d92ca86984fe403c33f
parent6eedc6c18a90ef9412a7722695edb15a3a6a09bf
Install the "posixrules" timezone link in MSVC builds.

Somehow, we'd missed ever doing this.  The consequences aren't too
severe: basically, the timezone library would fall back on its hardwired
notion of the DST transition dates to use for a POSIX-style zone name,
rather than obeying US/Eastern which is the intended behavior.  The net
effect would only be to obey current US DST law further back than it
ought to apply; so it's not real surprising that nobody noticed.

David Rowley, per report from Amit Kapila

Discussion: https://postgr.es/m/CAA4eK1LC7CaNhRAQ__C3ht1JVrPzaAXXhEJRnR5L6bfYHiLmWw@mail.gmail.com
src/tools/msvc/Install.pm