pgsql: Thinko in previous commit: ensure that MAX_SEND_SIZE is always

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Thinko in previous commit: ensure that MAX_SEND_SIZE is always
Date: 2010-05-26 22:34:50
Message-ID: 20100526223450.090157541D2@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Thinko in previous commit: ensure that MAX_SEND_SIZE is always greater
than XLOG_BLCKSZ, by defining it as 16 * XLOG_BLCKSZ rather than directly
as 128k bytes.

Modified Files:
--------------
pgsql/src/backend/replication:
walsender.c (r1.21 -> r1.22)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/replication/walsender.c?r1=1.21&r2=1.22)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-05-26 23:29:45 pgsql: Document pgFouine and check_postgres as log analysis options.
Previous Message Heikki Linnakangas 2010-05-26 22:21:33 pgsql: In walsender, don't sleep if there's outstanding WAL waiting to