aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeFunctionscan.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2003-09-13 21:12:38 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2003-09-13 21:12:38 +0000
commit94a13b8a117c134a18ae37764c5524874b479db2 (patch)
tree0473fba0cbde9fc4bdb4fc5fe6e691bcee2073b8 /src/backend/executor/nodeFunctionscan.c
parentf51759064c78bcc7468ccc1b4d87f68f98bd43a9 (diff)
downloadpostgresql-94a13b8a117c134a18ae37764c5524874b479db2.tar.gz
postgresql-94a13b8a117c134a18ae37764c5524874b479db2.zip
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.
Diffstat (limited to 'src/backend/executor/nodeFunctionscan.c')
0 files changed, 0 insertions, 0 deletions