Re: Review: Patch to compute Max LSN of Data Pages - Mailing list pgsql-hackers

From Amit kapila
Subject Re: Review: Patch to compute Max LSN of Data Pages
Date
Msg-id 6C0B27F7206C9E4CA54AE035729E9C383BEB8E22@szxeml509-mbx
Whole thread Raw
In response to Re: Review: Patch to compute Max LSN of Data Pages  ("Dickson S. Guedes" <listas@guedesoft.net>)
Responses Re: Review: Patch to compute Max LSN of Data Pages
Re: Review: Patch to compute Max LSN of Data Pages
List pgsql-hackers
On Sunday, January 20, 2013 4:04 AM Dickson S. Guedes wrote:
2013/1/18 Amit kapila <amit.kapila@huawei.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.


pgsql-hackers by date:

Previous
From: Xi Wang
Date:
Subject: [PATCH] Fix off-by-one in PQprintTuples()
Next
From: Xi Wang
Date:
Subject: [RFC] overflow checks optimized away