pgsql: Thinko in previous commit: ensure that MAX_SEND_SIZE is always - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Thinko in previous commit: ensure that MAX_SEND_SIZE is always
Date
Msg-id 20100526223450.090157541D2@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: In walsender, don't sleep if there's outstanding WAL waiting to
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Document pgFouine and check_postgres as log analysis options.