From: | Ryan Murphy <ryanfmurphy(at)gmail(dot)com> |
---|---|
To: | Daniel Gustafsson <daniel(at)yesql(dot)se>, Pierre Ducroquet <p(dot)psql(at)pinaraf(dot)info> |
Cc: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Small patch for pg_basebackup argument parsing |
Date: | 2017-09-15 05:21:27 |
Message-ID: | CAHeEsBcwT80zWkXccn4xhZqy2rjGwbGcC7wsV_9nF9HgKvcjFw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Great, thanks Pierre!
I don't have a chance to try the patch tonight, but I will on the weekend
if no one else beats me to it.
On Wed, Sep 13, 2017 at 12:53 PM Pierre Ducroquet <p(dot)psql(at)pinaraf(dot)info>
wrote:
> On Wednesday, September 13, 2017 2:06:50 AM CEST Daniel Gustafsson wrote:
> > > On 05 Jul 2017, at 08:32, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
> > > wrote:>
> > > On Wed, Jul 5, 2017 at 2:57 PM, Ryan Murphy <ryanfmurphy(at)gmail(dot)com>
> wrote:
> > >> I tried to apply your patch to test it (though reading Robert's last
> > >> comment it seems we wish to have it adjusted before committing)... but
> > >> in any case I was not able to apply your patch to the tip of the
> master
> > >> branch (my git apply failed). I'm setting this to Waiting On Author
> for
> > >> a new patch, and I also agree with Robert that the test can be simpler
> > >> and can go in the other order. If you don't have time to make another
> > >> patch, let me know, I may be able to make one.>
> > > git is unhappy even if forcibly applied with patch -p1. You should
> > > check for whitespaces at the same time:
> > > $ git diff --check
> > > src/bin/pg_basebackup/pg_receivewal.c:483: indent with spaces.
> > > + char *strtol_endptr = NULL
> > > And there are more than this one.
> >
> > Like Michael said above, this patch no longer applies and have some
> > whitespace issues. The conflicts in applying are quite trivial though,
> so
> > it should be easy to create a new version. Do you plan to work on this
> > during this Commitfest so we can move this patch forward?
>
> Yes, my bad. Attached to this email is the new version, that now applies on
> master.
>
> Sorry for the delay :(
>
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2017-09-15 06:00:37 | Re: Optimise default partition scanning while adding new partition |
Previous Message | Oliver Ford | 2017-09-15 05:06:43 | Re: Add Roman numeral conversion to to_number |