pgsql: Flush CopyOutResponse when starting streaming in walsender, so

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Flush CopyOutResponse when starting streaming in walsender, so
Date: 2010-03-26 12:23:34
Message-ID: 20100326122334.8A41E7541D0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Flush CopyOutResponse when starting streaming in walsender, so that it's
not delayed until the first WAL record is sent.

Fujii Masao

Modified Files:
--------------
pgsql/src/backend/replication:
walsender.c (r1.12 -> r1.13)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walsender.c?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message User Gsmet 2010-03-26 17:53:50 pgfouine - pgfouine: fixed several potential XSS issues in the error
Previous Message Fujii Masao 2010-03-26 05:24:35 Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL