#POSTGIS IRC Log - 2009-05-09

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
03:42:17 CIA-34: mcayland * r4077 /trunk/loader/shp2pgsql.c: Correct erroneus formatting which was causing two comments to be nested and hence generating a compiler warning.
04:30:54 CIA-34: mcayland * r4078 /trunk/liblwgeom/lwgunparse.c: Remove a double-free bug caused if the unparser finds an invalid geometry ( fixes #168 )
04:49:24 CIA-34: mcayland * r4079 /trunk/postgis/lwgeom_box3d.c:
04:49:24 CIA-34: Fix #178: ST_XMax( ) and ST_YMax( ) return incorrect values. This was caused by
04:49:24 CIA-34: the fact that the min/max routines did not check whether the result for each
04:49:25 CIA-34: axis was actually the min or max, but instead simply returned the structure
04:49:25 CIA-34: value. Hence if an inverted coordinate system were being used, the wrong value
04:49:25 CIA-34: would be returned.