how to set CACHEDEBUG ?

Поиск
Список
Период
Сортировка
От sunpeng
Тема how to set CACHEDEBUG ?
Дата
Msg-id o2y46cc57ac1004232004q9477da1au809108c95d27aad2@mail.gmail.com
обсуждение исходный текст
Ответы Re: how to set CACHEDEBUG ?  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: சிவகுமார் மா
Дата:
Сообщение: Re: Need help to identify stray row in a table
Следующее
От: dipti shah
Дата:
Сообщение: Syntax error in spi_prepare usage