diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-11-18 09:55:05 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-11-18 09:55:05 +0200 |
commit | dedae6c211415290cdf5faca4ef874f803af204c (patch) | |
tree | 2697e601f5aa14cfa07663dc0a45ddd91c4ee306 | |
parent | be1cc8f46f57a04e69d9e4dd268d34da885fe6eb (diff) | |
download | postgresql-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.h | 1 |
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. |