| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | Euler Taveira <euler(at)timbira(dot)com(dot)br> |
| Cc: | Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pg_resetxlog sentences |
| Date: | 2015-09-16 19:45:29 |
| Message-ID: | CA+TgmoaiOgEftASTM7ycyfAk_9JvYjvHJoOr9OSGwfWg0Htb5A@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Tue, Sep 15, 2015 at 9:52 PM, Euler Taveira <euler(at)timbira(dot)com(dot)br> wrote:
> While updating translations, I came across those almost similar sentences.
>
> pg_controldata.c
>
> 273 printf(_("Latest checkpoint's oldestCommitTs: %u\n"),
> 274 ControlFile.checkPointCopy.oldestCommitTs);
>
> pg_resetxlog.c
>
> 668 printf(_("Latest checkpoint's oldest CommitTs: %u\n"),
> 669 ControlFile.checkPointCopy.oldestCommitTs);
> 670 printf(_("Latest checkpoint's newest CommitTs: %u\n"),
> 671 ControlFile.checkPointCopy.newestCommitTs);
>
> To be consistent, let's change pg_resetxlog to mimic pg_controldata
> sentence. Patch is attached. It is new in 9.5 so backpatch is needed.
Seems like a good idea to me. Anyone disagree?
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2015-09-16 19:47:46 | Re: Can extension build own SGML document? |
| Previous Message | Robert Haas | 2015-09-16 19:42:07 | Re: assessing parallel-safety |