Re: rm_desc patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: rm_desc patch
Date
Msg-id 27432.1143174830@sss.pgh.pa.us
Whole thread Raw
In response to rm_desc patch  (Qingqing Zhou <zhouqq@cs.toronto.edu>)
List pgsql-patches
Qingqing Zhou <zhouqq@cs.toronto.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

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: predicate locking knowledge
Next
From: "Qingqing Zhou"
Date:
Subject: Re: rm_desc patch