TODO: Split out pg_resetxlog output into pre- and post-sections

From: Rajeev rastogi <rajeev(dot)rastogi(at)huawei(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: TODO: Split out pg_resetxlog output into pre- and post-sections
Date: 2013-11-05 09:50:56
Message-ID: BF2827DCCE55594C8D7A8F7FFD3AB7713DD93748@SZXEML508-MBX.china.huawei.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This patch implements the following TODO item:

Split out pg_resetxlog output into pre- and post-sections

http://archives.postgresql.org/pgsql-hackers/2010-08/msg02040.php

On execution of pg_resetxlog using the option -n
1. It will display values in two section.
2. First section will be called as "Current pg_control values or Guess pg_control values".
3. In first section, it will display all current (i.e. before change) values of control file or guessed values.
4. Second section will be called as "Values to be used after reset".
5. In second section, it will display new values of parameters to be reset as per user request.

Please provide your opinion or expectation out of this patch.

I will add the same to November commitFest.

Thanks and Regards,
Kumar Rajeev Rastogi

Attachment Content-Type Size
pg_resetxlogsection.patch application/octet-stream 8.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Leonardo Francalanci 2013-11-05 09:57:17 Re: Fast insertion indexes: why no developments
Previous Message Sameer Kumar 2013-11-05 09:08:02 Re: Re: Using indexes for ORDER BY and PARTITION BY clause in windowing functions