how to set CACHEDEBUG ?

From: sunpeng <bluevaley(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: how to set CACHEDEBUG ?
Date: 2010-04-24 03:04:23
Message-ID: o2y46cc57ac1004232004q9477da1au809108c95d27aad2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message dipti shah 2010-04-24 12:01:19 Syntax error in spi_prepare usage
Previous Message சிவகுமார் மா 2010-04-24 01:54:58 Re: Need help to identify stray row in a table