Re: Review: Patch to compute Max LSN of Data Pages

From: Amit kapila <amit(dot)kapila(at)huawei(dot)com>
To: "Dickson S(dot) Guedes" <listas(at)guedesoft(dot)net>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Review: Patch to compute Max LSN of Data Pages
Date: 2013-01-20 05:20:20
Message-ID: 6C0B27F7206C9E4CA54AE035729E9C383BEB8E22@szxeml509-mbx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Sunday, January 20, 2013 4:04 AM Dickson S. Guedes wrote:
2013/1/18 Amit kapila <amit(dot)kapila(at)huawei(dot)com>:
>> Please find the rebased Patch for Compute MAX LSN.

>The function 'remove_parent_refernces' couldn't be called
>'remove_parent_references' ?

Shall fix this.

> Why not an extension in PGXN instead of a contrib?

This functionality has similarity to pg_resetxlog, so we thought of putting it either in bin or in contrib.
Finally based on suggestions from other community members, we have added to contrib.

With Regards,
Amit Kapila.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Xi Wang 2013-01-20 07:52:42 [RFC] overflow checks optimized away
Previous Message Xi Wang 2013-01-20 04:51:51 [PATCH] Fix off-by-one in PQprintTuples()