-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for old version (per-8.4) of postgresql
The _fix_timezone sub had a workaround for a bug in postgresql's handling of pre-1901 an post-2038 dates. This is no longer needed. The bug was fixed in pg 8.4. The fix is to remove the work around and the corresponding test. As we get closer to 2038 this will become more apparent.
- Loading branch information
Showing
2 changed files
with
0 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.