diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-10-03 14:48:11 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-10-03 14:48:11 -0400 |
commit | 596857043023738099d6d16f8edbe6b7353876c0 (patch) | |
tree | aeaafea613d8dc0ca0d35e86d9736f0aafe8d030 /src/backend/utils/adt/network_gist.c | |
parent | 1021bd6a89bc756c2a72b29eeee1a7a5c25f64f5 (diff) | |
download | postgresql-596857043023738099d6d16f8edbe6b7353876c0.tar.gz postgresql-596857043023738099d6d16f8edbe6b7353876c0.zip |
Fix bogus logic for zic -P option.
The quick hack I added to zic to dump out currently-in-use timezone
abbreviations turns out to have a nasty bug: within each zone, it was
printing the last "struct ttinfo" to be *defined*, not necessarily the
last one in use. This was mainly a problem in zones that had changed the
meaning of their zone abbreviation (to another GMT offset value) and later
changed it back.
As a result of this error, we'd missed out updating the tznames/ files
for some jurisdictions that have changed their zone abbreviations since
the tznames/ files were originally created. I'll address the missing data
updates in a separate commit.
Diffstat (limited to 'src/backend/utils/adt/network_gist.c')
0 files changed, 0 insertions, 0 deletions