Re: pg_receivexlog add synchronous mode - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: pg_receivexlog add synchronous mode
Date
Msg-id CAHGQGwFh44YO45HfndaREPLOi0mxATFD9AANKFW5Yd0NDk5BmQ@mail.gmail.com
Whole thread Raw
In response to Re: pg_receivexlog add synchronous mode  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On Tue, Aug 12, 2014 at 4:34 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> On Fri, Aug 8, 2014 at 5:10 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
>> Thanks for the review! Applied the patch.
> I noticed that the tab padding for the new option -F in the getops
> switch is incorrect. Attached patch corrects that. pgindent would have
> caught that anyway, but it doesn't hurt to be correct now.

Yeah, that's a problem. But, as you clearly said, upcoming pgindent
would fix this kind of problem. So I'm not sure if it's really worth fixing
only this case independently.

Regards,

-- 
Fujii Masao



pgsql-hackers by date:

Previous
From:
Date:
Subject: pg_receivexlog --status-interval add fsync feedback
Next
From: Shigeru Hanada
Date:
Subject: Re: Optimization for updating foreign tables in Postgres FDW