CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       03/09/13 18:12:38

Modified files:
        src/backend/utils/adt: datetime.c 

Log message:
        Okay, I've had it with mktime() bugs.  While chasing Torello Querci's
        recent gripe, I discovered not one but two undocumented, undesirable
        behaviors of glibc's mktime.  So, stop using it entirely, and always
        rely on inversion of localtime() to determine the local time zone.
        It's not even very much slower, as it turns out that mktime (at least
        in the glibc implementation) also does repeated reverse-conversions.


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to