Re: [HACKERS] Obsolete debug #define in pg_config_manual.h

2014-11-17 Thread Heikki Linnakangas

On 11/18/2014 03:24 AM, Peter Geoghegan wrote:

Attached patch removes obsolete debugging #define in
pg_config_manual.h (RTDEBUG).

This was last used in commit 2a8d3d, from 2005. Apparently RTDEBUG is
a contraction of "R-Tree Debug".


Removed, thanks.

- Heikki


--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] Obsolete debug #define in pg_config_manual.h

2014-11-17 Thread Peter Geoghegan
Attached patch removes obsolete debugging #define in
pg_config_manual.h (RTDEBUG).

This was last used in commit 2a8d3d, from 2005. Apparently RTDEBUG is
a contraction of "R-Tree Debug".

-- 
Peter Geoghegan
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index 9e25ce0..265dae0 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -321,7 +321,6 @@
  */
 /* #define HEAPDEBUGALL */
 /* #define ACLDEBUG */
-/* #define RTDEBUG */
 
 /*
  * Automatic configuration file name for ALTER SYSTEM.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers