Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any
Дата
Msg-id 20081220134102.GA4845@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: SQL/MED catalog manipulation facilities This doesn't do any  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Tom Lane wrote:
> petere@postgresql.org (Peter Eisentraut) writes:
> > Log Message:
> > -----------
> > SQL/MED catalog manipulation facilities
> 
> The buildfarm says this patch has got serious portability issues.

FWIW I recently learned that you can set MALLOC_PERTURB_ to a nonzero
value to cause glibc's malloc() to fill memory with the byte value
therein, and clear it with the bitwise inverse on free.  This could be
helpful to find cases of uninitialized memory usage.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Bryce Cutt"
Дата:
Сообщение: Re: Proposed Patch to Improve Performance of Multi-Batch Hash Join for Skewed Data Sets
Следующее
От: Markus Wanner
Дата:
Сообщение: Re: Sync Rep: First Thoughts on Code