diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-03-28 20:59:25 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-03-28 20:59:25 -0400 |
commit | 868628e4fd44d75987d6c099ac63613cc5417629 (patch) | |
tree | dd17232df1c8b42f451fcf4e4e640f602aee7af1 /contrib/postgres_fdw/postgres_fdw.c | |
parent | bd0f206f5588767aac2456ebf6a21f7a6344cd58 (diff) | |
download | postgresql-868628e4fd44d75987d6c099ac63613cc5417629.tar.gz postgresql-868628e4fd44d75987d6c099ac63613cc5417629.zip |
On all Windows platforms, not just Cygwin, use _timezone and _tzname.
Up until now, we've been using timezone and tzname, but Visual Studio
2015 (for which we wish to add support) no longer declares those
symbols. All versions since Visual Studio 2003 apparently support the
underscore-equipped names, and we don't support anything older than
Visual Studio 2005, so this should work OK everywhere. But let's see
what the buildfarm thinks.
Michael Paquier, reviewed by Petr Jelinek
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions