mirror of
https://github.com/postgres/postgres.git
synced 2026-05-24 01:21:39 -04:00
93b57eb533
the gettimeofday doesn't compile under Linux with glibc2 because
the DST_NONE constant is no more defined. It seems that this code
(written by me) has always be wrong but for some reason working.
From: Massimo Dal Zotto <dz@cs.unitn.it>