forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8d7af8f
committed
Don't require bleeding-edge timezone data in timestamptz regression test.
The regression test cases added in commitsb2cbced et al depended in parton the Russian timezone offset changes of Oct 2014. While this is of noparticular concern for a default Postgres build, it was possible for abuild using --with-system-tzdata to fail the tests if the system tzdatadatabase wasn't au courant. Bjorn Munch and Christoph Berg both complainedabout this while packaging 9.4rc1, so we probably shouldn't insist on thesystem tzdata being up-to-date. Instead, make an equivalent test using azone change that occurred in Venezuela in 2007. With this patch, theregression tests should pass using any tzdata set from 2012 or later.(I can't muster much sympathy for somebody using --with-system-tzdataon a machine whose system tzdata is more than three years out-of-date.)1 parent7aa8d9e commit8d7af8f
File tree
2 files changed
+175
-170
lines changed- src/test/regress
- expected
- sql
2 files changed
+175
-170
lines changed0 commit comments
Comments
(0)