aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-11-18 09:55:05 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-11-18 09:55:05 +0200
commitdedae6c211415290cdf5faca4ef874f803af204c (patch)
tree2697e601f5aa14cfa07663dc0a45ddd91c4ee306
parentbe1cc8f46f57a04e69d9e4dd268d34da885fe6eb (diff)
downloadpostgresql-dedae6c211415290cdf5faca4ef874f803af204c.tar.gz
postgresql-dedae6c211415290cdf5faca4ef874f803af204c.zip
Remove obsolete debugging option, RTDEBUG.
The r-tree AM that used it was removed back in 2005. Peter Geoghegan
-rw-r--r--src/include/pg_config_manual.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index 9e25ce0fbb8..265dae064ef 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.