Re: rm_desc patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: rm_desc patch
Date: 2006-03-24 04:33:50
Message-ID: 27432.1143174830@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu> writes:
> This patch basically does two things: (1) call rm_desc() after redo error;
> (2) change ABC_desc() to use StringInfo. A thinko in gist_desc() is also
> fixed.

Applied with minor corrections --- mostly, being careful to pfree the
temporary StringInfos so we don't have an indefinite memory leak during
xlog replay.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Qingqing Zhou 2006-03-24 04:40:24 Re: rm_desc patch
Previous Message Tom Lane 2006-03-23 20:09:44 Re: predicate locking knowledge