From: | Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, hlinnaka <hlinnaka(at)iki(dot)fi>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Re: [COMMITTERS] pgsql: Map basebackup tablespaces using a tablespace_map file |
Date: | 2015-06-27 01:14:55 |
Message-ID: | CAA4eK1JdVJbh-miF01hbqAsA-5wkFEFzodJQ34qhLZmGE=_krA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Sat, Jun 27, 2015 at 1:32 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> On Wed, Jun 10, 2015 at 3:34 AM, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
wrote:
> > Okay, I have updated the patch to destroy_tablespace_directories() code
> > as well in the attached patch. I have tried to modify
> > remove_tablespace_symlink(), so that it can be called from
> > destroy_tablespace_directories(), but that is making it more complex,
> > especially due to the reason that destroy_tablespace_directories()
> > treats ENOENT as warning rather than ignoring it.
>
> This pretty obviously doesn't follow style guidelines. You've got it
> started with a capital letter, and there are two spaces between "a"
> and "directory".
>
> errmsg("Not a directory or symbolic link: \"%s\"",
>
Sorry, I think this is left over due to multiple versions exchange
between me and Andrew.
> But it looks OK otherwise, so committed.
>
Thanks.
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Simon Riggs | 2015-06-27 01:22:57 | pgsql: Revoke incorrectly applied patch version |
Previous Message | Simon Riggs | 2015-06-26 23:51:03 | pgsql: Avoid hot standby cancels from VAC FREEZE |
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2015-06-27 01:23:52 | Re: open items list cleanup |
Previous Message | Peter Geoghegan | 2015-06-27 00:53:13 | Re: 9.5 release notes |