how to set CACHEDEBUG ? - Mailing list pgsql-general

From sunpeng
Subject how to set CACHEDEBUG ?
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: how to set CACHEDEBUG ?
List pgsql-general
I noticed there is a piece of code:
#ifdef CACHEDEBUG
#define InitCatCache_DEBUG2 \
do { \
    elog(.......
} while(0)
#else
#define InitCatCache_DEBUG2
#endif

Now I'd like to set CACHEDEBUG, how to set up it ? where ?
thanks

peng

pgsql-general by date:

Previous
From: சிவகுமார் மா
Date:
Subject: Re: Need help to identify stray row in a table
Next
From: dipti shah
Date:
Subject: Syntax error in spi_prepare usage