pgsql: Remove obsolete debugging option, RTDEBUG.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove obsolete debugging option, RTDEBUG.
Date: 2014-11-18 07:58:20
Message-ID: E1Xqdg4-0004Vw-SC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove obsolete debugging option, RTDEBUG.

The r-tree AM that used it was removed back in 2005.

Peter Geoghegan

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/dedae6c211415290cdf5faca4ef874f803af204c

Modified Files
--------------
src/include/pg_config_manual.h | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2014-11-18 10:26:45 pgsql: Reduce btree scan overhead for < and > strategies
Previous Message Simon Riggs 2014-11-17 22:16:38 pgsql: Add pg_dump --snapshot option