Re: Replication server timeout patch

From: Daniel Farina <daniel(at)heroku(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Daniel Farina <drfarina(at)acm(dot)org>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Replication server timeout patch
Date: 2011-02-11 23:58:59
Message-ID: AANLkTikEMkwm2m=RV+Cjtwkv9BX353qU1i1kroVtPK=O@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 11, 2011 at 12:11 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> On Fri, Feb 11, 2011 at 2:02 PM, Daniel Farina <drfarina(at)acm(dot)org> wrote:
>> I split this out of the synchronous replication patch for independent
>> review. I'm dashing out the door, so I haven't put it on the CF yet or
>> anything, but I just wanted to get it out there...I'll be around in
>> Not Too Long to finish any other details.
>
> This looks like a useful and separately committable change.
>
> However, it looks to me like this renders wal_sender_delay aka
> WalSndDelay completely unused.  If we don't need that GUC any more, we
> should rip it out completely.

Indeed; I have cleaned this up.

> The comment in WalSndHandshake should have a tab at the beginning of
> every line.  Right now the first line has a tab and the rest have
> spaces.
>
Also correct. Done.

> The first hunk in WalSndLoop is a meaningless whitespace change.

I was trying to get it under 80 columns wide, but yes, it is unnecessary.

I think this closes out the small fry.

I have rebased my splitorific branch to reflect these changes:

https://github.com/fdr/postgres/commits/splitorific

Context diff equivalent attached.

--
fdr

Attachment Content-Type Size
0001-Split-and-rename-out-server-timeout-of-clients-2.patch application/octet-stream 5.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2011-02-12 00:03:18 Re: Debian readline/libedit breakage
Previous Message Alex Hunsaker 2011-02-11 23:58:37 Re: Careful PL/Perl Release Not Required