Re: rm_desc patch

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: rm_desc patch
Date: 2006-03-24 04:40:24
Message-ID: dvvte5$1e2g$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


"Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote
>
> Applied with minor corrections --- mostly, being careful to pfree the
> temporary StringInfos so we don't have an indefinite memory leak during
> xlog replay.
>

Right. By the way, your worry about buffer overflow is proved in
xact_desc_commit()/xact_desc_abort().

Regards,
Qingqing

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Jim C. Nasby 2006-03-24 10:05:14 Re: WAL logging of SELECT ... INTO command
Previous Message Tom Lane 2006-03-24 04:33:50 Re: rm_desc patch