#POSTGIS IRC Log - 2008-05-31

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
01:54:27 CIA-6: mcayland * r2797 /trunk/ ( 40 files in 2 dirs ): ( log message trimmed )
01:54:27 CIA-6: Commit new PostGIS debugging infrastructure. These changes unify all the debug
01:54:27 CIA-6: logging to use a new set of macros: LWDEBUG( )/LWDEBUGF( ) for LWGEOM functions,
01:54:27 CIA-6: and POSTGIS_DEBUG( )/POSTGIS_DEBUGF( ) for PostgreSQL functions. To enable
01:54:27 CIA-6: debugging, run configure with --enable-debug and then remake the entire project.
01:54:29 CIA-6: If --enable-debug is omitted during configure, the above macros evaluate to
01:54:31 CIA-6: ( void )0, and hence should be removed by the compiler during optimisation. Also:
02:32:44 CIA-6: mcayland * r2798 /trunk/ ( configure.in lwgeom/DEBUG ): Provide a new text file called DEBUG explaining how to use the new debug system.