From: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
---|---|
To: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Fix bogus comment that claimed that the new BACKUP METHOD line i |
Date: | 2011-08-17 04:40:34 |
Message-ID: | CAHGQGwET_75PnsSnGLHMN-s5zByuB5v9n+si0VvXXtL9EdKL1w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Tue, Aug 16, 2011 at 6:24 PM, Heikki Linnakangas
<heikki(dot)linnakangas(at)iki(dot)fi> wrote:
> Fix bogus comment that claimed that the new BACKUP METHOD line in
> backup_label was new in 9.0. Spotted by Fujii Masao.
Thanks for fixing that.
What about the remaining of the patch which I submitted? Unless I'm missing
something, the patch enables us to handle correctly the case where recovery
starts from the backup using pg_basebackup, without adding new field like
backupEndRequired into pg_control. Since it doesn't change the content of
pg_control, it's applicable to v9.1, I think.
Regards,
--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center
From | Date | Subject | |
---|---|---|---|
Next Message | David Fetter | 2011-08-17 05:13:50 | Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma |
Previous Message | Bruce Momjian | 2011-08-17 04:09:54 | Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma |
From | Date | Subject | |
---|---|---|---|
Next Message | David Fetter | 2011-08-17 05:13:50 | Re: pgsql: In pg_upgrade, avoid dumping orphaned temporary tables. This ma |
Previous Message | Fujii Masao | 2011-08-17 04:27:11 | Re: Some problems about cascading replication |