Peter Eisentraut <peter.eisentr...@2ndquadrant.com> writes: > Instead of AC_STRUCT_TIMEZONE we use our own variant called > PGAC_STRUCT_TIMEZONE that checks for tzname even if other variants were > found first. But since 63bd0db12199c5df043e1dea0f2b574f622b3a4c we > don't use tzname anymore, so we don't need this anymore.
Hmm. I wonder if we need AC_STRUCT_TIMEZONE either? Seems like we should only be using our own struct pg_tm. If we could get rid of that configure macro altogether, we could remove some dubious junk like plpython.h's "#undef HAVE_TZNAME". regards, tom lane