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