More timezone patches by Thomas:

Marc G. Fournier <scrappy@hub.org>

Commit: 094ec2d3f3d31a4dcd14945e8b0a3667c3103f0d
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1997-04-25T18:40:50Z
Releases: 7.1.1
More timezone patches by Thomas:

Here are patches which should help fix timezone problems in the
datetime and abstime code. Also, I repatched varlena.c to add in
some comments and a little error checking on top of Vadim's earlier
repairs. There are slight mods to the circle data type to have the
distance operator between circles measure the distance between
closest points rather than between centers.

Files

PathChange+/−
src/backend/utils/adt/dt.c modified +160 −58
src/backend/utils/adt/geo_ops.c modified +23 −6
src/backend/utils/adt/nabstime.c modified +28 −20
src/backend/utils/adt/varlena.c modified +37 −32
src/include/utils/dt.h modified +2 −2
src/include/utils/geo_decls.h modified +2 −1
src/update6_0-6_1.sh deleted +0 −56
src/update6_0-6_1.sql deleted +0 −47